📌  相关文章
📜  EACCES:权限被拒绝,取消链接 'usr local bin code' - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:37.136000             🧑  作者: Mango

代码示例1
(Mac) 
1. Try uninstalling and reinstalling. (command + shift + p) >shell Command: Uninstall 'code' command from Path 
2.  append the following to your ~/.bash_profile file (~/.zshrc in case you use zsh).
    code () { VSCODE_CWD="$PWD" open -n -b "com.microsoft.VSCode" --args $* ;}