Closed
Description
Environment
- Editor and Version (VS Code, Atom, Sublime): VS Code
- Your primary theme: One Dark Pro
Issue Description
While semantic highlighting is enabled (theme default), parameters are shown using the same color as the variables, making it hard to split parameter from value. Literals are shown using their separate color as expected.
Also tested with Powershell ISE theme.
Screenshots
Semantic highlighting enabled:
Expected Behavior
Variables and parameters should have different colors like before.
Semantic highlighting disabled in settings:
Code Samples
Get-ChildItem -Path $path -Filter $filter -Include 'literal value'
Metadata
Metadata
Assignees
Labels
No labels