{
"sublimeTextKeymap.promptV3Features": true,
"editor.snippetSuggestions": "top",
"workbench.colorTheme": "Monokai",
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"explorer.confirmDelete": false,
"files.autoSave": "onFocusChange",
"editor.wordWrap": "on",
"window.zoomLevel": 1,
"editor.accessibilitySupport": "off",
"telemetry.enableTelemetry": false,
"files.exclude": {
"**/largeFolder": true
},
"workbench.editor.showTabs": false,
"git.ignoreLimitWarning": true,
"files.associations": {
"*.vue": "vue",
"*.wpy": "vue",
"*.wxml": "html",
"*.wxss": "css",
"*.js": "javascriptreact"
},
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "force-aligned"
}
},
"vetur.format.defaultFormatter.js": "vscode-typescript",
"vetur.format.defaultFormatter.html": "js-beautify-html",
"eslint.enable": true,
"eslint.autoFixOnSave": true,
"eslint.options": {
"extensions": [
".js",
".vue",
".ts",
".tsx"
]
},
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "html",
"autoFix": true
},
{
"language": "vue",
"autoFix": true
}
],
"editor.tabSize": 2,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
},
"extensions.autoUpdate": false,
"terminal.integrated.rendererType": "dom",
"file_peek.activeLanguages": [
"javascriptreact",
"typescript",
"javascript",
"python",
"vue"
],
"file_peek.searchFileExtensions": [
".js",
".ts",
".html",
".css",
".scss",
".vue"
],
"files.trimTrailingWhitespace": true,
"docthis.inferTypesFromNames": true,
"eslint.alwaysShowStatus": true,
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"prettier.semi": false,
"prettier.singleQuote": true,
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"path-autocomplete.extensionOnImport": true,
"editor.formatOnType": true,
"html.autoClosingTags": true,
"emmet.triggerExpansionOnTab": true,
"emmet.syntaxProfiles": {
"vue-html": "html",
"vue": "html"
},
"fileheader.Author": "wangliang",
"fileheader.LastModifiedBy": "wangliang",
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"markdown-preview-enhanced.enableExtendedTableSyntax": true,
"markdown-preview-enhanced.mathRenderingOption": "MathJax",
"mdmath.autosave": true,
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"[vue]": {
"editor.defaultFormatter": "remimarsal.prettier-now"
},
"markdown.preview.fontSize": 12,
"markdown-preview-enhanced.codeBlockTheme": "github.css",
"workbench.iconTheme": "vscode-icons",
"javascript.updateImportsOnFileMove.enabled": "always",
"view-in-browser.customBrowser": "chrome",
"view-in-browser.default": "chrome",
}