赞
踩
// Place your settings in this file to overwrite the default settings
{
"extensions.autoUpdate": true,
"editor.tabSize": 2,
// "editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.fontSize": 15,
"editor.wordBasedSuggestions": true,
"editor.fontFamily": "IBM Plex Mono Light, Source Code Pro, Fira Code, Consolas, 'Noto Sans CJK SC Light', '思源黑体 Light', 'Courier New', monospace",
"workbench.activityBar.visible": true,
"sync.gist": "****************",
"sync.autoDownload": true,
"sync.autoUpload": true,
"path-intellisense.extensionOnImport": true,
"workbench.startupEditor": "none",
"emmet.showExpandedAbbreviation": "always",
"material-icon-theme.showWelcomeMessage": false,
"emmet.showSuggestionsAsSnippets": false,
"editor.snippetSuggestions": "top",
"editor.minimap.maxColumn": 80,
"emmet.triggerExpansionOnTab": true,
"emmet.syntaxProfiles": {
"vue-html": "html",
"vue": "html",
"javascript": "javascriptreact, jsx",
},
"emmet.includeLanguages": {
"vue-html": "html",
"vue": "html",
"javascript": "javascriptreact, jsx",
"wxml": "html",
"wxss": "scss",
},
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": false
},
// "editor.codeActionsOnSave": {
// "source.fixAll.tslint": true,
// "source.fixAll.eslint": true
// },
// "eslint.autoFixOnSave": true,
// "eslint.validate": [
// "html",
// "javascript",
// "javascriptreact",
// {
// "language": "vue",
// "autoFix": true
// },
// {
// "language": "typescript",
// "autoFix": true
// },
// {
// "language": "typescriptreact",
// "autoFix": true
// },
// ],
// "typescript.tsdk": "node_modules/typescript/lib",
"eslint.options": {
"plugins": [
"html"
]
},
"files.associations": {
"*.cjson": "jsonc",
"*.wxss": "scss",
"*.wxs": "javascript",
"*.wpy": "vue",
"*.lock": "yaml",
"*.toml": "properties"
},
"debug.inlineValues": true,
"[vue]": {},
"editor.wordWrap": "on",
"sync.quietSync": true,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"files.autoSave": "onWindowChange",
"editor.acceptSuggestionOnEnter": "smart",
"editor.fontLigatures": true,
"scm.diffDecorationsGutterWidth": 2,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"css.lint.ieHack": "warning",
"css.lint.important": "warning",
"css.lint.universalSelector": "warning",
"terminal.integrated.confirmOnExit": true,
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.rightClickBehavior": "default",
"javascript.implicitProjectConfig.experimentalDecorators": true,
"liveServer.settings.donotShowInfoMsg": true,
"window.zoomLevel": 0,
"gitHistory.showEditorTitleMenuBarIcons": false,
"git.showPushSuccessNotification": true,
"editor.dragAndDrop": false,
"workbench.editor.revealIfOpen": true,
"css.lint.unknownVendorSpecificProperties": "warning",
"less.lint.duplicateProperties": "warning",
"npm.enableScriptExplorer": true,
"scss.lint.duplicateProperties": "warning",
"search.followSymlinks": false,
"bracket-pair-colorizer-2.scopeLineCSS": [
"borderStyle : dashed",
"borderWidth : 1px",
"borderColor : Orchid;",
"opacity: 0.8"
],
"bracket-pair-colorizer-2.colors": [
// "Gold",
// "Orchid",
"LightSkyBlue"
],
"editor.matchBrackets": "never",
"fileheader.Author": "剥个橙(********@qq.com)",
"fileheader.LastModifiedBy": "剥个橙(**********@qq.com)",
"fileheader.tpl": "/**\r\n * @Author: {author}\r\n * @Date: {createTime}\r\n * @Last Modified: {updateTime}\r\n * @Description:\r\n */\r\n",
"less.lint.universalSelector": "warning",
"editor.mouseWheelScrollSensitivity": 5,
"editor.minimap.enabled": false,
"breadcrumbs.enabled": false,
"editor.renderControlCharacters": true,
"merge-conflict.autoNavigateNextConflict.enabled": true,
"typescript.locale": "zh-CN",
"debug.toolBarLocation": "docked",
"jest.showCoverageOnLoad": false,
"terminal.integrated.cursorStyle": "line",
"git.autofetch": true,
"terminal.integrated.enableBell": true,
"terminal.integrated.windowsEnableConpty": true,
"dart.sdkPath": "C:\\apps\\flutter\\bin\\cache\\dart-sdk",
"java.home": "C:\\Program Files\\Java\\jdk1.8.0_191",
"editor.minimap.renderCharacters": false,
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"workbench.tree.indent": 15,
"minapp-vscode.disableAutoConfig": true,
"editor.smoothScrolling": true,
"css.lint.duplicateProperties": "warning",
"less.lint.unknownVendorSpecificProperties": "warning",
"scss.lint.importStatement": "warning",
"material-icon-theme.showUpdateMessage": false,
"githd.blameView.enabled": false,
"gitblame.infoMessageFormat": "${commit.summary} - ${commit.hash} ",
"gitblame.statusBarMessageFormat": "Blame ${author.name} ( ${time.ago} ) - ${commit.summary}",
"css.lint.argumentsInColorFunction": "warning",
"vetur.useWorkspaceDependencies": true,
"java.help.firstView": "gettingStarted",
"cSpell.allowCompoundWords": true,
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"git-commit",
"go",
"handlebars",
"haskell",
"html",
"jade",
"java",
"javascript",
"javascriptreact",
"json",
"jsonc",
"jsx-tags",
"latex",
"less",
"markdown",
"php",
"plaintext",
"pug",
"python",
"restructuredtext",
"rust",
"scala",
"scss",
"sql",
"text",
"typescript",
"typescriptreact",
"vue",
"wxml",
"yaml",
"yml"
],
"extensions.closeExtensionDetailsOnViewChange": true,
"python.jediEnabled": false,
"highlight-matching-tag.highlightFromContent": true,
"guides.active.color.dark": "rgba(180, 96, 177, 0.7)",
"highlight-matching-tag.highlightSelfClosing": true,
"diffEditor.ignoreTrimWhitespace": false,
"minapp-vscode.wxmlFormatter": "prettier",
"editor.suggestSelection": "recentlyUsedByPrefix",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"editor.renderWhitespace": "selection",
"vsicons.dontShowNewVersionMessage": true,
"explorer.decorations.colors": true,
"workbench.colorTheme": "Dark++",
"[wxml]": {
"editor.defaultFormatter": "qiu8310.minapp-vscode"
},
"terminal.integrated.rendererType": "dom",
"material-icon-theme.activeIconPack": "react_redux",
"workbench.editor.limit.enabled": true,
"workbench.editor.limit.value": 10,
"editor.semanticHighlighting.enabled": true,
"todo-tree.tree.showScanModeButton": false,
"workbench.iconTheme": "material-icon-theme"
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。