vscode-file-nesting-config icon indicating copy to clipboard operation
vscode-file-nesting-config copied to clipboard

Suggestion: `*.esproj`

Open PindaPixel opened this issue 9 months ago • 0 comments

Clear and concise description of the problem

Visual Studio's JS SDK is probably going to be the norm for ASP.NET developers.

Suggested solution

In my opinion it would make sense to inherit from the other JS projects and also include them under the *.esproj:

{
    "*.esproj": "*proj.user, svelte.config.*, vite.config.*, vue.config.*, remix.config.*, quasar.conf.js, nuxt.config.*, next.config.*, angular.json, *.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, contentlayer.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, histoire.config.*, htmlnanorc.*, i18n.config.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, playwright.config.*, postcss.config.*, puppeteer.config.*, rspack.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, uno.config.*, unocss.config.*, vitest.config.*, vuetify.config.*, webpack.config.*, windi.config.*",
}

Alternative

No response

Additional context

No response

Validations

  • [X] Follow our Code of Conduct
  • [X] Read the Contributing Guide.
  • [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.

PindaPixel avatar Nov 13 '23 14:11 PindaPixel