vscode usersettings.json 配置
vscode 通用配置
{
"chat.commandCenter.enabled": false,
"security.workspace.trust.untrustedFiles": "open",
"editor.smoothScrolling": true,
"editor.fontFamily": "Monaco, Consolas, 'Courier New', monospace",
"editor.cursorSmoothCaretAnimation": "on",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 1000,
"workbench.list.smoothScrolling": true,
"terminal.integrated.fontFamily": "'FiraMono Nerd Font Mono', FiraMono, Consolas, 'Courier New', monospace",
"terminal.integrated.smoothScrolling": true,
"terminal.integrated.enableImages": true,
"terminal.integrated.enableVisualBell": true,
"workbench.iconTheme": "vscode-icons",
"terminal.integrated.defaultProfile.windows": "ps7",
"terminal.integrated.profiles.windows": {
"ps7": {
"icon": "terminal-powershell",
"path": "D:\\Program Files\\PowerShell\\7\\pwsh.exe"
}
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}

浙公网安备 33010602011771号