68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"editor.quickSuggestions": {
|
|
"strings": true
|
|
},
|
|
"workbench.iconTheme": "material-icon-theme",
|
|
"workbench.colorTheme": "One Dark Pro",
|
|
"editor.tabSize": 2,
|
|
"editor.fontLigatures": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"git.enableSmartCommit": true,
|
|
"path-intellisense.mappings": {
|
|
"@": "${workspaceFolder}/src",
|
|
"~@": "${workspaceFolder}/src",
|
|
},
|
|
"gutterpreview.paths": {
|
|
"@": "/src",
|
|
"~@": "/src"
|
|
},
|
|
"terminal.integrated.cursorStyle": "line",
|
|
"files.associations": {
|
|
"*.env.*": "dotenv"
|
|
},
|
|
"[jsonc]": {
|
|
"editor.defaultFormatter": "vscode.json-language-features"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "vscode.json-language-features"
|
|
},
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"javascript.updateImportsOnFileMove.enabled": "always",
|
|
"[javascriptreact]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"terminal.integrated.fontSize": 14,
|
|
"terminal.integrated.fontWeight": 500,
|
|
"i18n-ally.displayLanguage": "zh",
|
|
"[html]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[vue]": {
|
|
"editor.defaultFormatter": "johnsoncodehk.volar"
|
|
},
|
|
"terminal.integrated.tabs.enabled": true,
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[markdown]": {
|
|
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
|
|
},
|
|
"workbench.productIconTheme": "fluent-icons",
|
|
"vue3snippets.enable-compile-vue-file-on-did-save-code": false,
|
|
"editor.formatOnSave": false,
|
|
"material-icon-theme.activeIconPack": "angular",
|
|
"material-icon-theme.files.associations": {},
|
|
"material-icon-theme.folders.associations": {
|
|
"enum": "typescript",
|
|
"store": "context",
|
|
"business": "core",
|
|
}
|
|
}
|