安装
Centos
1 | curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg |
字体配置
Command + Shift + P -> settings
1 | "editor.fontSize": 14, |
关闭自动检查更新
1 | "update.channel": "none" |
排除node_modules
Use files.exclude
Go to File -> Preferences -> Settings (or on Mac Code -> Preferences -> Settings)
Pick the workspace settings tab
Add this code to the settings.json file displayed on the right side:
1 | "files.exclude": { |