VSCode设置配置文件
作者:Keysqiu
创建时间:2025-11-30 18:19:02
最后一次修改时间:2025-12-24 21:00:51
Categories:
Tags:
{
"debug.onTaskErrors": "debugAnyway",
"diffEditor.wordWrap": "on",
"editor.cursorBlinking": "smooth",
"editor.fontSize": 13.5,
"editor.guides.bracketPairs": true,
"editor.mouseWheelZoom": true,
"editor.smoothScrolling": true,
"editor.suggestSelection": "first",
"editor.wordWrap": "on",
"editor.rulers": [120],
"editor.tabSize": 4,
"files.autoGuessEncoding": true,
"security.workspace.trust.untrustedFiles": "open",
"terminal.integrated.enableMultiLinePasteWarning": "never",
"terminal.integrated.smoothScrolling": true,
"window.dialogStyle": "custom",
"workbench.list.smoothScrolling": true,
"cmake.configureOnOpen": true,
"[vue]": {
"editor.defaultFormatter": "Vue.volar"
},
"editor.linkedEditing": true
}