// VSCode 样式JSON{workbench.iconTheme:vscode-icons,// 控制字体系列。editor.fontFamily:Consolas, Courier New, monospace,宋体,// 以像素为单位控制字号。editor.fontSize:16,editor.roundedSelection:true,// 建议小组件的字号editor.suggestFontSize:16,//代码格式化快捷键及保存时自动格式化editor.formatOnType:false,//文本自动换行editor.wordWrap:on,// 在“打开的编辑器”窗格中显示的编辑器数量。将其设置为 0 可隐藏窗格。explorer.openEditors.visible:0,//保存自动格式化 每次保存的时候自动格式化editor.formatOnSave:true,/**git系列*/// 是否已启用自动刷新git.autorefresh:false,// 是否启用了自动提取。git.autofetch:false,/**vscode终端系列*/// 以像素为单位控制终端的字号这是 editor.fontSize 的默认值。terminal.integrated.fontSize:15,// 控制终端游标是否闪烁。terminal.integrated.cursorBlinking:true,/**vscode主题配置**/editor.tabSize:2,editor.renderLineHighlight:none,editor.renderWhitespace:none,editor.cursorBlinking:smooth,editor.multiCursorModifier:ctrlCmd,//粘贴时自动格式化editor.formatOnPaste:false,editor.snippetSuggestions:top,workbench.startupEditor:newUntitledFile,//去除文件命名两端空格files.trimTrailingWhitespace:true,// #这个按用户自身习惯选择vetur.format.defaultFormatter.html:js‐beautify‐html,vetur.format.defaultFormatter.css:prettier,vetur.format.defaultFormatter.postcss:prettier,vetur.format.defaultFormatter.scss:prettier,vetur.format.defaultFormatter.less:prettier,vetur.format.defaultFormatter.stylus:stylus‐supremacy,// vetur.format.defaultFormatter.js: prettier,// #让vue中的js按编辑器自带的ts格式进行格式化vetur.format.defaultFormatter.js:vscode-typescript,vetur.format.defaultFormatter.ts:prettier,//不自动换行 vetur.format.defaultFormatterOptions:{js-beautify-html:{wrap_attributes:aligned-multiple,//aligned-multiple , auto},prettyhtml:{printWidth:100,singleQuote:false,wrapAttributes:false,sortAttributes:false}},// emmet.triggerExpansionOnTab:true,eslint.enable:false,eslint.autoFixOnSave:true,// #每次保存的时候将代码按eslint格式进行修复eslint.options:{plugins:[html,javascript,{language:vue,autoFix:true},vue]},// 添加 vue 支持eslint.validate:[javascript,javascriptreact,html,vue,typescript,typescriptreact,json],// [javascript]: {// editor.defaultFormatter: esbenp.prettier‐vscode// },[javascript]:{editor.defaultFormatter:HookyQR.beautify},[html]:{editor.defaultFormatter:HookyQR.beautify},[json]:{editor.defaultFormatter:HookyQR.beautify},[wxml]:{editor.defaultFormatter:qiu8310.minapp-vscode},// ------------------//行内样式提示01// files.associations: {// *.vue: html// },// ------------------ //行内样式提示02// editor.parameterHints: true,// editor.quickSuggestions: {// other: true,// comments: true,// strings: true// },// ------------------explorer.confirmDelete:false,explorer.confirmDragAndDrop:false,svn.enableProposedApi:product,colorInfo.languages:[{selector:css,colors:css},{selector:sass,colors:css},{selector:scss,colors:css},{selector:less,colors:css},{selector:vue,colors:css}],timeline.excludeSources:[git-history],beautify.config:,explorer.compactFolders:false,// vscode默认启用了根据文件类型自动设置tabsize的选项editor.detectIndentation:false,// #让prettier使用eslint的代码格式进行校验prettier.eslintIntegration:true,// #去掉代码结尾的分号prettier.semi:false,// #使用带引号替代双引号prettier.singleQuote:true,// #让函数(名)和后面的括号之间加个空格javascript.format.insertSpaceBeforeFunctionParenthesis:true,// 格式化stylus, 需安装Mantas Stylus Supremacy插件stylusSupremacy.insertColons:false,// 是否插入冒号stylusSupremacy.insertSemicolons:false,// 是否插入分好stylusSupremacy.insertBraces:false,// 是否插入大括号stylusSupremacy.insertNewLineAroundImports:false,// import之后是否换行stylusSupremacy.insertNewLineAroundBlocks:false,// workbench.colorCustomizations: {// tab.activeBackground: #282c34,// activityBar.background: #282c34,// sideBar.background: #282c34// },editor.tokenColorCustomizations:{[One Dark Pro]:{textMateRules:[{scope:[source.python],settings:{foreground:#e06c75}}]}},editor.codeActionsOnSave:null,files.associations:{*.cjson:jsonc,*.wxss:css,*.wxs:javascript},emmet.includeLanguages:{wxml:html},minapp-vscode.disableAutoConfig:true,workbench.statusBar.visible:false,[vue]:{editor.defaultFormatter:octref.vetur},editor.fontLigatures:false}