-
Notifications
You must be signed in to change notification settings - Fork 511
$true is not highlighted in blue in debugger #3703
New issue
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
$true is not highlighted in blue in debugger #3703
Comments
I'm thinking the |
The colorization is determined by one of two aspects:
Since the value is presented as $true instead of true, option 2 doesn't happen, so it's likely a flaw in option 1 type assignment. |
For why it works at all, this is actually a vscode bug: To resolve, we should be providing special type strings to vscode rather than the default .NET type string |
Issue Type: Bug
Latest Preview (maybe earlier) does not show $true highlighted in blue
Extension version: 2021.11.1
VS Code version: Code - Insiders 1.63.0-insider (4e303fcc52269ab578affa6cb1eb455eacab445f, 2021-11-22T05:28:15.683Z)
OS version: Windows_NT x64 10.0.22000
Restricted Mode: No
System Info
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: