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
Inspect the TextMate scopes of the constants Foo and BAR
Note how the constant in all caps is scoped as variable.other.constant.ts
Note how the constant in camel case is incorrectly scoped as variable.other.readwrite.ts
Does this issue occur when all extensions are disabled?: Yes
Apologies for the duplicate. Looks like this was the nudge it needed to push it over the edge, it appers to have been fixed in a commit. Thanks @sheetalkamat!
From @Janne252 on July 26, 2018 8:24
Steps to Reproduce:
Foo
andBAR
Note how the constant in all caps is scoped as
variable.other.constant.ts
Note how the constant in camel case is incorrectly scoped as
variable.other.readwrite.ts
Does this issue occur when all extensions are disabled?: Yes
Copied from original issue: microsoft/vscode#55119
The text was updated successfully, but these errors were encountered: