{
"search.exclude": {
"**/.git": true,
"**/.svn": true,
"**/node_modules": true,
"**/bower_components": true,
"dist/": true,
"build/": true,
"temp/": true,
"library/": true,
"**/dist": true,
"**/*.anim": true
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.DS_Store": true,
"**/*.meta": true,
"library/": true,
"local/": true,
"temp/": true,
"**/.hg": true,
"**/CVS": true,
"**/dist": true
},
"editor.minimap.enabled": true,
"editor.minimap.scale": 1,
"editor.minimap.size": "fit",
"editor.minimap.renderCharacters": true,
"editor.minimap.showSlider": "always",
"editor.minimap.maxColumn": 46,
"editor.minimap.side": "left",
"javascript.validate.enable": true,
"editor.fontFamily": "Courier New",
"html.validate.scripts": false,
"scss.lint.duplicateProperties": "error",
"css.lint.duplicateProperties": "error",
"less.lint.zeroUnits": "error",
"prettier.printWidth": 120,
"prettier.tabWidth": 2,
"prettier.useTabs": true,
"prettier.proseWrap": "preserve",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.endOfLine": "auto",
"prettier.htmlWhitespaceSensitivity": "ignore",
"prettier.ignorePath": ".prettierignore",
"prettier.trailingComma": "none",
"alignment.operatorPadding": "left",
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.startupEditor": "none",
"workbench.statusBar.visible": true,
"workbench.hover.delay": 100,
"workbench.editor.splitInGroupLayout": "vertical",
"git.autofetch": true,
"path-intellisense.mappings": {
"@": "${workspaceRoot}/src",
"~": "${workspaceRoot}/src",
"src": "${workspaceRoot}/src"
},
"path-intellisense.extensionOnImport": true,
"editor.foldingMaximumRegions": 10000,
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.detectIndentation": false,
"explorer.confirmUndo": "verbose",
"security.workspace.trust.untrustedFiles": "open",
"javascript.updateImportsOnFileMove.enabled": "always",
"todo-tree.highlights.highlightDelay": 50,
"testing.autoRun.delay": 500,
"vsicons.dontShowNewVersionMessage": true,
"editor.quickSuggestionsDelay": 50,
"editor.hover.delay": 500,
"explorer.confirmDelete": false,
"editor.guides.indentation": false,
"editor.guides.highlightActiveIndentation": false,
"files.autoSaveDelay": 20,
"workbench.localHistory.mergeWindow": 1,
"editor.guides.bracketPairs": true,
"explorer.confirmDragAndDrop": false,
"window.doubleClickIconToClose": true,
"html.format.templating": true,
"eslint.enable": true,
"eslint.run": "onSave",
"settingsSync.ignoredSettings": ["editor.formatOnSave"],
"scm.diffDecorationsGutterPattern": {
"added": true
},
"files.trimTrailingWhitespace": true,
"editor.fontSize": 15,
"workbench.colorTheme": "GitHub Dark Default",
"workbench.editor.scrollToSwitchTabs": true,
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.tabSizingFixedMaxWidth": 200,
"workbench.editor.wrapTabs": true,
"editor.tokenColorCustomizations": {
"comments": "#619549"
},
"debug.javascript.resourceRequestOptions": {},
"workbench.preferredHighContrastColorTheme": "Red",
"workbench.editor.tabCloseButton": "left",
"terminal.integrated.tabs.defaultIcon": "symbol-folder",
"editor.fontLigatures": false,
"diffEditor.ignoreTrimWhitespace": false,
"launch": {
"configurations": [],
"compounds": []
},
"go.formatTool": "goimports",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.insertSpaces": false,
"workbench.editor.enablePreview": false,
"files.autoSave": "onFocusChange",
"editor.lineNumbers": "on",
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"eslint.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"prettier.eslintIntegration": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatter.js": "vscode-typescript",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "force-aligned"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"vscode-typescript": {
"semi": false,
"singleQuote": true
}
},
"emmet.includeLanguages": {
"wxml": "html"
},
"minapp-vscode.disableAutoConfig": true,
"vetur.ignoreProjectWarning": true,
"git.autorefresh": false,
"typescript.preferences.quoteStyle": "single",
"prettier.requireConfig": false,
"vue.autoInsert.dotValue": true,
"vue.format.script.initialIndent": true,
"vue.format.style.initialIndent": true,
"vue.inlayHints.inlineHandlerLeading": true,
"vue.inlayHints.missingProps": true,
"vue.inlayHints.optionsWrapper": true,
"vue.inlayHints.vBindShorthand": true,
"vue.server.petiteVue.supportHtmlFile": true,
"vue.splitEditors.icon": true,
"vue.server.vitePress.supportMdFile": true,
"vue.updateImportsOnFileMove.enabled": true,
"prettier.bracketSameLine": true,
"prettier.enableDebugLogs": true,
"prettier.insertPragma": true,
"javascript.inlayHints.functionLikeReturnTypes.enabled": true,
"javascript.inlayHints.parameterTypes.enabled": true,
"javascript.inlayHints.propertyDeclarationTypes.enabled": true,
"javascript.inlayHints.variableTypes.enabled": true,
"git.enableSmartCommit": true,
"[dotenv]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"notebook.formatOnSave.enabled": true,
"editor.fontVariations": false,
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[vue]": {
"editor.defaultFormatter": "Wscats.vue"
},
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[xml]": {
"editor.defaultFormatter": "DotJoshJohnson.xml"
},
"[sql]": {
"editor.defaultFormatter": "inferrinizzard.prettier-sql-vscode"
},
"[python]": {},
"[oraclesql]": {
"editor.defaultFormatter": "Oracle.oracledevtools"
},
"eslint.options": {
"extensions": [".js", ".vue", ".ts", ".tsx"]
},
"eslint.validate": [
"php",
"vue",
"html",
"javascript",
"graphql",
"javascriptreact",
"json",
"typescript",
"typescriptreact",
"vue-html"
],
"eslint.format.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"files.associations": {
"*.cjson": "jsonc",
"*.wxss": "css",
"*.wxs": "javascript",
"*.nvue": "vue"
},
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.formatOnType": true,
"javascript.format.enable": false,
"workbench.iconTheme": "vscode-icons",
"backgroundCover.imagePath": "d:\\360downloads\\upload.jpg",
"search.followSymlinks": false,
"backgroundCover.opacity": 0.5,
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"typescript.updateImportsOnFileMove.enabled": "always",
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"markdownlint.config": {
"default": true,
"no-hard-tabs": false,
"no-inline-html": false,
"first-line-heading": false,
"heading-increment": false,
"no-bare-urls": false
}
}