Skip to content

Commit

Permalink
Add custom labels for file patterns in settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheraff committed Apr 6, 2024
1 parent e0df504 commit 2510ffc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,20 @@
"*.wasm": "${capture}.wasm.*",
"*.sql": "${capture}.sql.d.ts, ${capture}.sql.d.ts.map"
},
"workbench.editor.customLabels.patterns": {
".github/**/action.yml": "${dirname}/action.${extname}",
"**/src/index.*": "${dirname(1)}/src/index.${extname}",
"**/index.*": "${dirname}/index.${extname}",
"**/package.json": "${dirname}/package.json",
"**/tsconfig*.json": "${dirname}/${filename}.json",
"**/.eslintrc.*": "${dirname}/.eslintrc.${extname}",
"**/esbuild.ts": "${dirname}/esbuild.ts",
"**/turbo.json": "${dirname}/turbo.json",
"**/.gitignore": "${dirname}/.gitignore",
"**/.nvmrc": "${dirname}/.nvmrc",
"**/vitest.config.ts": "${dirname}/vitest.config.ts",
"**/vite.config.ts": "${dirname}/vite.config.ts"
},
"github-actions.workflows.pinned.refresh.enabled": true,
"cSpell.spellCheckOnlyWorkspaceFiles": true,
"files.associations": {
Expand Down

0 comments on commit 2510ffc

Please sign in to comment.