add: 使用命令行启动 VS Code

This commit is contained in:
qianguyihao 2019-11-03 14:34:55 +08:00
parent dfe6ce722a
commit 0a4da89751

View File

@ -278,6 +278,18 @@ Mac用户按住快捷键 `Cmd+Shift+P` Windows用户按住快捷键`Ctrl+Shif
![](http://img.smyhvae.com/20190414_1751.png) ![](http://img.smyhvae.com/20190414_1751.png)
### 使用命令行启动 VS Code
1输入快捷键「Cmd + Shift + P 」,选择`install code command`
![](http://img.smyhvae.com/20191103_1327.png)
2使用命令行
- `code`命令:启动 VS Code 软件
- `code pathName/fileName`命令:通过 VS Code 软件打开指定目录/指定文件。
## VS Code 的常用技巧 ## VS Code 的常用技巧
### 文件对比 ### 文件对比