vscode 配置文件

Posted liuqd001

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vscode 配置文件相关的知识,希望对你有一定的参考价值。

配置如下:

{
"window.zoomLevel": 2,
"emmet.syntaxProfiles": {
"vue-html": "html",
"vue": "html"
},
//vetur:对html的内容使用js-beautify-html
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatter.js": "vscode-typescript",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "force-expand-multiline"
},
"prettyhtml": {
"printWidth": 100,
"singleQuote": false
}
},
//workbench
"workbench.colorTheme": "Monokai",
"workbench.startupEditor": "welcomePage",
"javascript.format.insertSpaceBeforeFunctionParenthesis": false,
"eslint.enable": true,
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
"html",
"vue",
{
"language": "vue",
"autoFix": true
}
],
"eslint.options": {
"plugins": [
"html"
]
},
"files.associations": {
"*.cjson": "jsonc",
"*.wxss": "css",
"*.wxs": "javascript",
"*.ejs": "html",
"*.js": "javascript",
"*.vue": "vue"
},
"emmet.includeLanguages": {
"wxml": "html"
},
"update.showReleaseNotes": false,
"telemetry.enableCrashReporter": false,
"files.autoSave": "off",
//editor
"editor.formatOnSave": true,
"editor.renderWhitespace": "all",
"editor.mouseWheelZoom": false,
"editor.wordWrap": "on",
"editor.tabSize": 4,
"editor.fontSize": 14,
"editor.fontFamily": "Consolas, ‘Courier New‘, monospace",
//explorer
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"vsicons.dontShowNewVersionMessage": true
}

 

可安装的插件 :

中文简体包;

ESlint;

Git History;

Git History Diff;

GitLens;

Vetur;

以上是关于vscode 配置文件的主要内容,如果未能解决你的问题,请参考以下文章

vscode 用户配置 是哪个文件

apache_conf [vscode] vscode配置文件#配置

vscode是每个文件夹都要重新来一遍配置吗

vscode配置C++多个.cpp文件

vscode的setting.json的配置

更漂亮的 vscode 扩展忽略配置文件