扩展
- TabOut
- Prettier
- Vitesse Theme
- Carbon Product Icons
- Catppuccin Icons for VSCode
字体
- Input Mono
- Meslo LG S DZ for Powerline (Menlo 字体的改良版)
性能优化
https://www.cnblogs.com/sherryStudy/p/vscodeCaton.html
配置文件
{
"workbench.iconTheme": "catppuccin-mocha",
"workbench.productIconTheme": "icons-carbon",
"editor.tabSize": 2,
"editor.fontFamily": "Input Mono, Menlo",
"terminal.integrated.fontFamily": "Input Mono",
"editor.codeActionsOnSave": {},
"editor.indentSize": "tabSize",
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"liveServer.settings.AdvanceCustomBrowserCmdLine": "",
"editor.fontWeight": "normal",
"editor.lineHeight": 1.8,
"editor.fontSize": 14,
"editor.letterSpacing": 0.5
}