“code .” Not working in Command Line for Visual Studio Code on OSX/Mac

前端 未结 25 2354
日久生厌
日久生厌 2020-12-12 09:13

The command \"code .\" doesn\'t work in this manual?

All the other steps before that worked. How can I call the Visual Studio Code in OSX terminal?

         


        
25条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-12 09:43

    It might be possible that you have not installed the code in your system. So, please install it first. the command is here -

    sudo snap install --classic code
    

    Details are available is here

提交回复
热议问题