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
$Error
$PSVersionTable
Some variables are not highlighted. I've tried on Windows and Linux, with vscode-powershell stable v2024.0.0 and preview v2024.3.1.
vscode-powershell
Expected behavior: All variables should be highlighted, like so:
$SomeVariable $Error $PSVersionTable
Edit: GitHub syntax highlighting does it too, weird.
Edit 2: Highlight.js demo https://highlightjs.org/demo does as I expect it to:
v7.4.1 x64 on Windows 11 and Pop!_OS / Ubuntu 22.04
1.87.2
v2024.0.0 and v2024.3.1-preview
No response
The text was updated successfully, but these errors were encountered:
Moved it to the correct place:
Sorry, something went wrong.
No branches or pull requests
Prerequisites
Summary
Some variables are not highlighted. I've tried on Windows and Linux, with
vscode-powershell
stable v2024.0.0 and preview v2024.3.1.Expected behavior: All variables should be highlighted, like so:
Edit: GitHub syntax highlighting does it too, weird.
Edit 2: Highlight.js demo https://highlightjs.org/demo does as I expect it to:
PowerShell Version
v7.4.1 x64 on Windows 11 and Pop!_OS / Ubuntu 22.04
Visual Studio Code Version
1.87.2
Extension Version
v2024.0.0 and v2024.3.1-preview
Steps to Reproduce
$SomeVariable
$Error
$PSVersionTable
Visuals
Logs
No response
The text was updated successfully, but these errors were encountered: