We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Originally from @pedroterzero in microsoft/vscode#147037
Does this issue occur when all extensions are disabled?: Yes
Version: 1.66.0 Commit: e18005f0f1b33c29e81d732535d8c0e47cafb0b5 Date: 2022-03-30T05:50:41.156Z Electron: 17.2.0 Chromium: 98.0.4758.109 Node.js: 16.13.0 V8: 9.8.177.11-electron.0 OS: Linux x64 5.13.0-39-generic snap
OS is Ubuntu 20.04
When I use a string variable formatted as in the example, code after the variable is incorrectly coloured
This is what it ends up looking like for me:
I'd expect this to parse the string correctly. The output should look more like this:
<?php $test = 'AND [' . $foo['bar']; // hi i am a comment if (true) { print 'test'; }
Steps to Reproduce:
Create a test file, test.php with the contents from the test case
The text was updated successfully, but these errors were encountered:
I filed this issue in error. Please disregard.
Sorry, something went wrong.
No branches or pull requests
Originally from @pedroterzero in microsoft/vscode#147037
Does this issue occur when all extensions are disabled?: Yes
OS is Ubuntu 20.04
Description
When I use a string variable formatted as in the example, code after the variable is incorrectly coloured
This is what it ends up looking like for me:

I'd expect this to parse the string correctly. The output should look more like this:

Test case:
Steps to Reproduce:
Create a test file, test.php with the contents from the test case
The text was updated successfully, but these errors were encountered: