We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Better give some screenshot to explain well what happens:
Brace on a new line
Brace on the same line
This cause side effect like this
To Reproduce Steps to reproduce the behavior:
Expected behavior Braces should be correctly detected.
Environment
Extension settings
{ "phpSniffer.autoDetect": true, "phpSniffer.standard": "/.../project-workspace/build/config/phpcs/Calleo3", "phpSniffer.executablesFolder": "/.../project-workspace/bin/" }
Additional context Was working fine on vscode 1.51.0
The text was updated successfully, but these errors were encountered:
Damned, the error was raised by something else, see squizlabs/PHP_CodeSniffer#316
Sorry, something went wrong.
wongjn
No branches or pull requests
Describe the bug
Better give some screenshot to explain well what happens:
Brace on a new line
![gnome-shell-screenshot-XP4ZV0](https://user-images.githubusercontent.com/9821946/103269586-6e663680-49b6-11eb-863c-2035967903a9.png)
Brace on the same line
![gnome-shell-screenshot-KX89V0](https://user-images.githubusercontent.com/9821946/103269662-9190e600-49b6-11eb-91d2-837631a700ff.png)
This cause side effect like this
![gnome-shell-screenshot-WOXJW0](https://user-images.githubusercontent.com/9821946/103269719-aff6e180-49b6-11eb-8c0f-456733f0f264.png)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Braces should be correctly detected.
Environment
Extension settings
Additional context
Was working fine on vscode 1.51.0
The text was updated successfully, but these errors were encountered: