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
What editor are you seeing the problem in? (e.g. Atom, Visual Studio Code, etc.)
VS Code
What version of the editor are you using?
1.61
What color theme are you using?
N/A as the issue is with the scopes that the tokens are getting.
Repro
Steps to reproduce:
Open a blank C# project and paste the following code:
public class ExClass {
public static int correctColor; // example for correct color
public static int
value1, value2; // example for incorrect color (should be light blue not white)
}
public class Program {
void Func(){
ExClass.value1 = 1; // example for correct color
(ExClass.value1, ExClass.value2) = (1,2); // example for incorrect color (ExClass should be light blue not white)
}
}
The type of the variables doesn't matter.
VS Code version: Code 1.61.0 (ee8c7def80afc00dd6e593ef12f37756d8f504ea, 2021-10-07T18:13:09.652Z)
OS version: Windows_NT x64 10.0.19043
Restricted Mode: No
System Info
Item
Value
CPUs
Intel(R) Core(TM) i7-9700KF CPU @ 3.60GHz (8 x 3600)
Originally from @AharonSambol in microsoft/vscode#135031
Details
What editor are you seeing the problem in? (e.g. Atom, Visual Studio Code, etc.)
VS Code
What version of the editor are you using?
1.61
What color theme are you using?
N/A as the issue is with the scopes that the tokens are getting.
Repro
Steps to reproduce:
Open a blank C# project and paste the following code:
The type of the variables doesn't matter.
VS Code version: Code 1.61.0 (ee8c7def80afc00dd6e593ef12f37756d8f504ea, 2021-10-07T18:13:09.652Z)
OS version: Windows_NT x64 10.0.19043
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
Extensions (1)
A/B Experiments
The text was updated successfully, but these errors were encountered: