{
"locale": "zh-cn",
"editor.quickSuggestions": {
"strings": true
},
"element-helper.version": "2.5",
"editor.tabSize": 2,
"eslint.options": {
"plugins": ["html"]
},
"vetur.format.defaultFormatter.css": "prettier",
"vetur.format.defaultFormatter.js": "vscode-typescript",
"vetur.format.defaultFormatter.postcss": "none",
"vetur.format.defaultFormatter.ts": "vscode-typescript",
"editor.fontFamily": "monospace,Consolas,Inziu Iosevka SC,'Courier New'",
"editor.lineHeight": 25,
"editor.fontSize": 15,
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"sync.gist": "9754437a607204258bba64bb1d96afe4",
"sync.lastUpload": "2018-02-24T13:43:23.945Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"vue/no-parsing-error": [
2,
{
"x-invalid-end-tag": false
}
],
"[vue-html]": {},
"[jsp]": {},
"explorer.confirmDelete": false,
"css.lint.duplicateProperties": "warning",
"fileheader.Author": "Liangchenkang",
"fileheader.LastModifiedBy": "Liangchenkang",
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatterOptions": {
"prettier": {
"semi": false,
"singleQuote": true
},
"js-beautify-html": {
"wrap_line_length": 120,
"wrap_attributes": "force-expand-multiline",
"end_with_newline": false
},
"prettyhtml": {
"printWidth": 100,
"singleQuote": false,
"wrapAttributes": false,
"sortAttributes": false
},
"wrap_attributes": "force-expand-multiline"
},
"search.followSymlinks": false,
"editor.wordWrapColumn": 800,
"files.defaultLanguage": "html",
"editor.detectIndentation": false,
"workbench.startupEditor": "newUntitledFile",
"workbench.iconTheme": "office-material-icon-theme",
"vue-format.format_need": ["html"],
"eslint.debug": true,
"eslint.lintTask.enable": true,
"vetur.completion.scaffoldSnippetSources": {},
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"files.autoSave": "afterDelay",
"terminal.integrated.fontFamily": "monospace",
"fileheader.projectSetting": {
"paramNumIntelligence": true
},
"search.exclude": {
"**/.history": true,
"**/dist": true
},
"files.saveConflictResolution": "overwriteFileOnDisk",
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.renderControlCharacters": false,
"svn.delete.actionForDeletedFiles": "remove",
"git.suggestSmartCommit": false,
"workbench.editor.enablePreview": false,
"cSpell.userWords": [
"echarts",
"esbuild",
"evaluat",
"isbmp",
"Liangchenkang",
"mediapipe",
"minireset",
"nprogress",
"popconfirm",
"tailwindcss",
"vitepress",
"vuedraggable",
"vuex"
],
"security.workspace.trust.untrustedFiles": "open",
"i18n-ally.displayLanguage": "zh",
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.hover.delay": 1000,
"editor.quickSuggestionsDelay": 0,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"files.associations": {
"*.vue": "vue",
"*.cjson": "jsonc",
"*.wxss": "css",
"*.wxs": "javascript"
},
"javascript.inlayHints.enumMemberValues.enabled": true,
"typescript.check.npmIsInstalled": false,
"vetur.validation.templateProps": true,
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"eslint.format.enable": true,
"eslint.probe": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"html",
"markdown",
"vue"
],
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true,
"suppressLineUncommittedWarning": true
},
"editor.unicodeHighlight.ambiguousCharacters": false,
"explorer.confirmDragAndDrop": false,
"path-intellisense.mappings": {
"@": "${workspaceRoot}/src",
"comps": "${workspaceRoot}/src/components"
},
"tabnine.experimentalAutoImports": true,
"bracket-pair-colorizer-2.depreciation-notice": false,
"editor.unicodeHighlight.nonBasicASCII": false,
"[less]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.ignoreMissingGitWarning": true,
"git.confirmSync": false,
"git.fetchOnPull": true,
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"prettier.semi": false,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"prettier.arrowParens": "avoid",
"prettier.jsxSingleQuote": true,
"prettier.singleQuote": true,
"prettier.singleAttributePerLine": true,
"prettier.trailingComma": "none",
"workbench.editor.splitInGroupLayout": "vertical",
"vsicons.dontShowNewVersionMessage": true,
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"npm.packageManager": "pnpm",
"CodeGPT.query.language": "Chinese",
"chatgpt.proxyServer": "",
"workbench.editorAssociations": {
"*.vsix": "default"
},
"chatgpt.emailAddress": "chatopenai763@163.com",
"chatgpt.password": "JGHJ1646",
"emmet.includeLanguages": {
"wxml": "html"
},
"window.zoomLevel": -1,
"[css]": {
"editor.defaultFormatter": "stylelint.vscode-stylelint"
},
"cSpell.ignoreWords": ["esbenp"],
"editor.detectIndentation": false,
"eslint.enable": false,
"editor.tabSize": 2,
"editor.fontSize": 16,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": false,
"eslint.validate": [
"javascript",
"javascriptreact",
"html",
"typescript",
"typescriptreact",
"vue"
],
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[vue]": {
"editor.defaultFormatter": "Vue.volar"
},
"vetur.ignoreProjectWarning": true,
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true,
"**/.DS_Store": true,
"**/.git": true,
"**/.gitignore": true,
"**/.idea": true,
"**/.svn": true,
"**/.vscode": true,
"**/build": true,
"**/dist": true,
"**/tmp": true,
"**/yarn.lock": true,
"**/assets": true
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true
},
"files.associations": {
"*.wxss": "css",
"*.cjson": "jsonc",
"*.wxs": "javascript",
"*.ts": "typescript",
"*.vue": "vue",
"*.dart": "dart"
},
"prettier.printWidth": 100,
"prettier.tabWidth": 2,
"prettier.useTabs": false,
"prettier.semi": true,
"prettier.singleQuote": false,
"prettier.proseWrap": "preserve",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.endOfLine": "auto",
"prettier.html#FFFFFFspaceSensitivity": "ignore",
"prettier.ignorePath": ".prettierignore",
"prettier.bracketSameLine": false,
"prettier.jsxSingleQuote": false,
"prettier.parser": "babylon",
"prettier.requireConfig": false,
"prettier.stylelintIntegration": false,
"prettier.trailingComma": "es5",
"prettier.tslintIntegration": false,
"prettier.eslintIntegration": 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": "auto"
}
},
"emmet.includeLanguages": {
"wxml": "html"
},
"minapp-vscode.disableAutoConfig": true,
"explorer.confirmDelete": false,
"vetur.format.options.tabSize": 2,
"git.autofetch": true,
"stylusSupremacy.insertColons": true,
"stylusSupremacy.insertSemicolons": true,
"stylusSupremacy.insertBraces": true,
"stylusSupremacy.insertNewLineAroundImports": false,
"stylusSupremacy.insertNewLineAroundBlocks": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"easysass.compileAfterSave": true,
"easysass.excludeRegex": "",
"easysass.formats": [
{
"format": "expanded",
"extension": ".css"
},
{
"format": "compressed",
"extension": ".min.css"
}
],
"easysass.targetDir": "./",
"debug.openDebug": "openOnDebugBreak",
"terminal.integrated.rendererType": "dom",
"settingsSync.igno#FF0000Extensions": [],
"launch": {
"configurations": [],
"compounds": []
},
"editor.wordWrap": "on",
"auto-close-tag.activationOnLanguage": [
"xml",
"php",
"blade",
"ejs",
"jinja",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"plaintext",
"markdown",
"vue",
"liquid",
"erb",
"lang-cfml",
"cfml",
"HTML (EEx)",
"HTML (Eex)",
"plist"
],
"workbench.activityBar.visible": true,
"workbench.colorCustomizations": {},
"editor.fontLigatures": false,
"editor.minimap.enabled": false,
"todo-tree.highlights.customHighlight": {
"TODO": {
"icon": "check",
"type": "tag",
"foreground": "#000000",
"background": "#FFFF00",
"opacity": 50,
"iconColour": "#FFFF00"
},
"FIXME": {
"icon": "flame",
"type": "tag",
"foreground": "#FF0000",
"background": "#FFFFFF",
"opacity": 50,
"iconColour": "#FF0000"
}
},
"projectManager.sortList": "Name",
"diffEditor.ignoreTrim#FFFFFFspace": false,
"git.confirmSync": false,
"[less]": {
"editor.defaultFormatter": "stylelint.vscode-stylelint"
},
"workbench.colorTheme": "One Monokai Theme",
"git.enabled": true,
"git.path": "/opt/homebrew/bin/git",
"workbench.productIconTheme": "macos-modern"
}