-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can not show error message #132
Comments
Looking at your screenshot, this might be similar to the issue I was having in: If you have basepath in your phpcs.xml file, try removing it and see if that provides the expected output from the plugin: |
Thank you so much, I resolve it by remove |
Thank you @Blake-C - I had the same issue & that solved it! |
Not seeing any errors either. no I specifically instruct the extension to use the locally installed phpcs: {
"phpcs.executablePath": "./vendor/bin/phpcs",
"phpcs.standard": "WordPress"
} All the standards also seems to be installed:
|
Discard that, it was one of my included rulesets that also have the |
Comment out basepath temporary for developing with Visual Studio Code. @see ikappas/vscode-phpcs#128 @see ikappas/vscode-phpcs#132
In vs code, phpcs cannot show error message.
The text was updated successfully, but these errors were encountered: