vscode 首选项 配置 个人习惯

83 阅读1分钟

{

"editor.fontSize": 16,

"terminal.integrated.shell.windows": "C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe",

"workbench.iconTheme": "eq-material-theme-icons-darker",

"editor.tabSize": 2,

"workbench.startupEditor": "newUntitledFile",

"workbench.statusBar.feedback.visible": false,

"vsicons.dontShowNewVersionMessage": true,

"vetur.validation.template": false,

"window.menuBarVisibility": "default",

"workbench.sideBar.location": "left",

"files.trimTrailingWhitespace": true,

"telemetry.enableTelemetry": false,

"files.insertFinalNewline": true,

"files.associations": {

"*.vue": "vue"

},

"editor.minimap.showSlider": "always",

"extensions.ignoreRecommendations": true,

"editor.formatOnSave": true,

"editor.fontFamily": "'JetBrains Mono',Consolas,'Courier New',monospace",

"editor.cursorBlinking": "smooth",

"editor.cursorStyle": "line",

"editor.fontLigatures": true,

"explorer.confirmDragAndDrop": false,

"explorer.openEditors.visible": 0,

"editor.minimap.enabled": false,

"workbench.colorTheme": "One Dark Pro Flat",

"emmet.includeLanguages": {

"vue-html": "html",

"javascript": "javascriptreact"

},

"emmet.triggerExpansionOnTab": true,

"files.exclude": {

"node_modules": true,

"**/.map": true

},

"editor.renderControlCharacters": false,

"winopacity.opacity": 230,

"editor.wordWrap": "on",

"terminal.integrated.fontSize": 14,

"[vue]": {

"editor.defaultFormatter": "esbenp.prettier-vscode"

},

"workbench.editorAssociations": {

"*.html": "default"

},

"[html]": {

"editor.defaultFormatter": "HookyQR.beautify"

},

"[javascript]": {

"editor.defaultFormatter": "HookyQR.beautify"

},

"[css]": {

"editor.defaultFormatter": "lonefy.vscode-JS-CSS-HTML-formatter"

},

"security.workspace.trust.untrustedFiles": "open",

"workbench.editor.untitled.hint": "hidden",

"editor.inlineSuggest.enabled": false,

"bracketPairColorizer.depreciation-notice": false

}