json 我的Visual Studio代码设置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json 我的Visual Studio代码设置相关的知识,希望对你有一定的参考价值。
// Place your settings in this file to overwrite the default settings
{
"editor.cursorStyle": "line",
"editor.detectIndentation": true,
"editor.tabSize": 4,
"editor.fontSize": 15,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.insertSpaces": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.renderControlCharacters": false,
"editor.renderLineHighlight": "line",
"editor.renderWhitespace": "all",
"editor.rulers": [
80
],
"editor.snippetSuggestions": "top",
"extensions.ignoreRecommendations": true,
"files.autoSaveDelay": 1000,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"node_modules": true
},
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"search.exclude": {
"**/node_modules": true
},
"vscode-language-todo.regex": "@?(TODO|FIXME|OPTIMIZE)",
"window.zoomLevel": 1,
"workbench.colorTheme": "Nord",
"files.autoSave": "onFocusChange",
"typescript.updateImportsOnFileMove.enabled": "always",
"javascript.updateImportsOnFileMove.enabled": "always",
"window.openFoldersInNewWindow": "on",
"tslint.autoFixOnSave": true,
"explorer.confirmDragAndDrop": false
}
以上是关于json 我的Visual Studio代码设置的主要内容,如果未能解决你的问题,请参考以下文章
json 我的Visual Studio代码WORKSPACE设置
json Visual Studio代码设置同步要点
json Visual Studio代码设置同步要点
json Visual Studio代码设置同步要点
json Visual Studio代码设置同步要点
json Visual Studio代码设置同步要点