Visual Studio Code: Unable to locate phpcs

后端 未结 15 2002
梦毁少年i
梦毁少年i 2021-02-01 01:56

I am facing this issue in Visual Studio Code. I have already tried reinstalling the phpcs extension but still facing this issue.

Unable to locat

15条回答
  •  时光取名叫无心
    2021-02-01 02:12

    You stated that you already uninstalled it, so i'm assuming your trying to get rid of the extension and error.

    How to fix:

    1. Uninstall extension.
    2. Delete the entire phpcs folder from the VS Code folder.

    From the VS Code Docs:

    Q: Where are extensions installed?

    A: Depending on your platform, the global location is in the following folders:

    Windows %USERPROFILE%\.vscode\extensions
    
    Mac ~/.vscode/extensions
    
    Linux ~/.vscode/extensions
    

提交回复
热议问题