mirror of
https://github.com/NohamR/knowledge-kit.git
synced 2026-05-26 13:41:32 +00:00
feat: 初始化
This commit is contained in:
13
第二部分 Web 前端/2.16.md
Normal file
13
第二部分 Web 前端/2.16.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# VS-Code 的配置
|
||||
|
||||
1、Mac 下 按住 “command+shift+p”打开命令面板,输入Preferences: Open User Settings,在右边的区域输入
|
||||
|
||||
```
|
||||
{
|
||||
"window.zoomLevel": -1,
|
||||
"editor.fontSize": 17,
|
||||
"files.autoSave": "onFocusChange",
|
||||
"terminal.integrated.fontSize": 15,
|
||||
"editor.tabSize": 2
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user