1. 在~/.bash_profile中添加
code () { VSCODE_CWD="$PWD" open -n -b "com.microsoft.VSCode" --args $* ;}
2. 在Terminal中執(zhí)行使之前的配置生效
source ~/.bash_profile
3. 在Terminal中輸入
code ? ? ? ? ?#啟動(dòng)vscode
code . ? ? ? ?#啟動(dòng)vscode并打開當(dāng)前目錄
1. 在~/.bash_profile中添加
code () { VSCODE_CWD="$PWD" open -n -b "com.microsoft.VSCode" --args $* ;}
2. 在Terminal中執(zhí)行使之前的配置生效
source ~/.bash_profile
3. 在Terminal中輸入
code ? ? ? ? ?#啟動(dòng)vscode
code . ? ? ? ?#啟動(dòng)vscode并打開當(dāng)前目錄