Skip to content

Commit

Permalink
deps: update VSCode extensions and settings for improved development …
Browse files Browse the repository at this point in the history
…experience
  • Loading branch information
AliMD committed Nov 2, 2024
1 parent 6123dcc commit 9b03c57
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
18 changes: 16 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,27 @@
{
"recommendations": [
"arcanis.vscode-zipfs",
"bbugh.change-color-format",
"bradlc.vscode-tailwindcss",
"cardinal90.multi-cursor-case-preserve",
"christian-kohler.path-intellisense",
"csstools.postcss",
"davidanson.vscode-markdownlint",
"dbaeumer.vscode-eslint",
"redhat.vscode-xml",
"redhat.vscode-yaml",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"jgclark.vscode-todo-highlight",
"foxundermoon.shell-format",
"ginfuru.better-nunjucks",
"guapibai.nunjucks-prettier",
"humao.rest-client",
"irongeek.vscode-env",
"gruntfuggly.todo-tree",
"streetsidesoftware.code-spell-checker-persian",
"streetsidesoftware.code-spell-checker",
"arcanis.vscode-zipfs"
"stylelint.vscode-stylelint",
"yzhang.markdown-all-in-one",
"runem.lit-plugin"
]
}
15 changes: 14 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,18 @@
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": false,
"explorer.fileNesting.patterns": {
"*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts, ${capture}.d.ts.map",
"*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts, ${capture}.d.ts.map, ${capture}.js.LEGAL.txt",
"*.mjs": "${capture}.mjs.map, ${capture}.min.mjs, ${capture}.d.ts, ${capture}.d.ts.map, ${capture}.mjs.LEGAL.txt, ${capture}.cjs",
"*.cjs": "${capture}.cjs.map, ${capture}.min.cjs, ${capture}.d.ts, ${capture}.d.ts.map, ${capture}.cjs.LEGAL.txt",
"*.ts": "${capture}.js, ${capture}.js.map, ${capture}.d.ts, ${capture}.d.ts.map",
"tsconfig.json": "tsconfig.*.json, *.tsbuildinfo"
},
"files.associations": {
"*.ajs": "json",
"*.ajs.bk": "json",
"*.conf.template": "nginx",
"*.njk": "html"
},
"files.exclude": {
// "**/*.map": true,
// "**/*.d.ts": true,
Expand Down Expand Up @@ -51,5 +59,10 @@
"Mihandoost",
"nanolib",
"tsbuildinfo"
],
"github.copilot.chat.codeGeneration.instructions": [
{
"file": ".github/copilot-instruction.md"
}
]
}

0 comments on commit 9b03c57

Please sign in to comment.