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
After enabling ms-vscode.powershell extension the default dark color scheme shows different (not as good) colors.
When I disable the extension it works as expected.
Also when I execute Restart current [PowerShell] session, while its restarting it shows expected colors. Once restarted, the colors are "broken" again.
Screenshots
Expected Behavior
-Path displayed in white color. $destination displayed in blue color.
Actual Behavior
-Path displayed in blue color. $destination displayed in blue color.
Code Samples
New-Item-Path $destination
The text was updated successfully, but these errors were encountered:
This is due to a change in the extension to use "semantic highlighting" in addition to (and on top of) the editor syntax provided by this repo. With the extension enabled, the highlighting scheme changes (and it appears to need some work). See some related discussion here: #3211
Environment
Issue Description
After enabling
ms-vscode.powershell
extension the default dark color scheme shows different (not as good) colors.When I disable the extension it works as expected.
Also when I execute
Restart current [PowerShell] session
, while its restarting it shows expected colors. Once restarted, the colors are "broken" again.Screenshots
Expected Behavior
-Path
displayed inwhite
color.$destination
displayed inblue
color.Actual Behavior
-Path
displayed inblue
color.$destination
displayed inblue
color.Code Samples
The text was updated successfully, but these errors were encountered: