chore(projects): update VSCode setting
This commit is contained in:
parent
946447394d
commit
56c770c49d
15
.vscode/extensions.json
vendored
15
.vscode/extensions.json
vendored
@ -1,27 +1,18 @@
|
|||||||
{
|
{
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
"afzalsayed96.icones",
|
|
||||||
"antfu.iconify",
|
|
||||||
"antfu.unocss",
|
"antfu.unocss",
|
||||||
"christian-kohler.path-intellisense",
|
|
||||||
"dbaeumer.vscode-eslint",
|
"dbaeumer.vscode-eslint",
|
||||||
"eamodio.gitlens",
|
|
||||||
"editorconfig.editorconfig",
|
"editorconfig.editorconfig",
|
||||||
"esbenp.prettier-vscode",
|
"esbenp.prettier-vscode",
|
||||||
"formulahendry.auto-close-tag",
|
|
||||||
"formulahendry.auto-complete-tag",
|
"formulahendry.auto-complete-tag",
|
||||||
|
"formulahendry.auto-close-tag",
|
||||||
"formulahendry.auto-rename-tag",
|
"formulahendry.auto-rename-tag",
|
||||||
"kisstkondoros.vscode-gutter-preview",
|
"kisstkondoros.vscode-gutter-preview",
|
||||||
"lokalise.i18n-ally",
|
|
||||||
"mariusalchimavicius.json-to-ts",
|
"mariusalchimavicius.json-to-ts",
|
||||||
"mhutchie.git-graph",
|
"mhutchie.git-graph",
|
||||||
"mikestead.dotenv",
|
|
||||||
"naumovs.color-highlight",
|
|
||||||
"pkief.material-icon-theme",
|
|
||||||
"sdras.vue-vscode-snippets",
|
"sdras.vue-vscode-snippets",
|
||||||
|
"streetsidesoftware.code-spell-checker",
|
||||||
"vue.volar",
|
"vue.volar",
|
||||||
"vue.vscode-typescript-vue-plugin",
|
"vue.vscode-typescript-vue-plugin"
|
||||||
"whtouche.vscode-js-console-utils",
|
|
||||||
"zhuangtongfa.material-theme"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
65
.vscode/settings.json
vendored
65
.vscode/settings.json
vendored
@ -4,72 +4,19 @@
|
|||||||
},
|
},
|
||||||
"editor.fontLigatures": true,
|
"editor.fontLigatures": true,
|
||||||
"editor.formatOnSave": false,
|
"editor.formatOnSave": false,
|
||||||
"editor.guides.bracketPairs": "active",
|
|
||||||
"editor.quickSuggestions": {
|
"editor.quickSuggestions": {
|
||||||
"strings": true
|
"strings": true
|
||||||
},
|
},
|
||||||
"editor.tabSize": 2,
|
"editor.tabSize": 2,
|
||||||
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact", "vue", "json"],
|
"eslint.validate": ["svelte", "astro", "json"],
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"*.env.*": "dotenv"
|
"*.env.*": "dotenv",
|
||||||
|
"*.svg": "html"
|
||||||
},
|
},
|
||||||
"files.eol": "\n",
|
"files.eol": "\n",
|
||||||
"git.enableSmartCommit": true,
|
"[html][css][less][scss][sass][markdown][yaml][yml][jsonc]": {
|
||||||
"gutterpreview.paths": {
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||||
"@": "/src",
|
"editor.formatOnSave": true
|
||||||
"~@": "/src"
|
|
||||||
},
|
|
||||||
"material-icon-theme.activeIconPack": "angular",
|
|
||||||
"material-icon-theme.files.associations": {},
|
|
||||||
"material-icon-theme.folders.associations": {
|
|
||||||
"src-tauri": "src",
|
|
||||||
"enum": "typescript",
|
|
||||||
"enums": "typescript",
|
|
||||||
"store": "context",
|
|
||||||
"stores": "context",
|
|
||||||
"composable": "hook",
|
|
||||||
"composables": "hook",
|
|
||||||
"directive": "tools",
|
|
||||||
"directives": "tools",
|
|
||||||
"business": "core",
|
|
||||||
"request": "api",
|
|
||||||
"adapter": "middleware"
|
|
||||||
},
|
|
||||||
"path-intellisense.mappings": {
|
|
||||||
"@": "${workspaceFolder}/src",
|
|
||||||
"~@": "${workspaceFolder}/src"
|
|
||||||
},
|
|
||||||
"terminal.integrated.fontSize": 14,
|
|
||||||
"terminal.integrated.fontWeight": 500,
|
|
||||||
"terminal.integrated.tabs.enabled": true,
|
|
||||||
"workbench.iconTheme": "material-icon-theme",
|
|
||||||
"workbench.colorTheme": "One Dark Pro",
|
|
||||||
"[html]": {
|
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
||||||
},
|
|
||||||
"[json]": {
|
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
||||||
},
|
|
||||||
"[jsonc]": {
|
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
||||||
},
|
|
||||||
"[javascript]": {
|
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
||||||
},
|
|
||||||
"[javascriptreact]": {
|
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
||||||
},
|
|
||||||
"[markdown]": {
|
|
||||||
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
|
|
||||||
},
|
|
||||||
"[typescript]": {
|
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
||||||
},
|
|
||||||
"[typescriptreact]": {
|
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
||||||
},
|
|
||||||
"[vue]": {
|
|
||||||
"editor.defaultFormatter": "Vue.volar"
|
|
||||||
},
|
},
|
||||||
"i18n-ally.localesPaths": ["src/locales", "src/locales/lang"]
|
"i18n-ally.localesPaths": ["src/locales", "src/locales/lang"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user