📜  vscode cli 下载 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:15.133000             🧑  作者: Mango

代码示例1
Launch VS Code.
Open the Command Palette (Cmd+Shift+P) and type 'shell command' to find the Shell Command:  Install 'code' command in PATH command.
Restart the terminal for the new $PATH value to take effect. You'll be able to type 'code .' in any folder to start editing files in that folder.