0
点赞
收藏
分享

微信扫一扫

Mac 在终端用git命令打开VS code

E_topia 2022-02-13 阅读 67
macosgit

在终端用git命令打开VS code时 会出现 command not found 的情况
这时候需要打开VSCode

vscode文档提到,在vscode执行shell command

Open the Command Palette (⇧⌘P) and type shell command to find the Shell Command: Install 'code' command in PATH command.

按下 shift + command + P 输入shell code请添加图片描述
此时再输入 code .就可以顺利打开请添加图片描述

举报

相关推荐

0 条评论