You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
phpcs: Request workspace/configuration failed with message: Unable to locate phpcs. Please add phpcs to your global path or use composer dependency manager to install it in your project locally.
What's quite strange is that this error not only occurs when opening a git diff view (as this opens a file with a git:/{path}-uri) but also in random cases. For some files, vscode seems to open a git:/{path}-uri without even ever opening a git diff view.
This, again, triggers the error mentioned before.
I think it might be a good idea to completely ignore (or at least provide an option to do so) documents with a git:/{path}-uri.
The text was updated successfully, but these errors were encountered:
phpcs
reports following error:What's quite strange is that this error not only occurs when opening a git diff view (as this opens a file with a
git:/{path}
-uri) but also in random cases. For some files, vscode seems to open agit:/{path}
-uri without even ever opening a git diff view.This, again, triggers the error mentioned before.
I think it might be a good idea to completely ignore (or at least provide an option to do so) documents with a
git:/{path}
-uri.The text was updated successfully, but these errors were encountered: