variable.other.constant.ts only matches all-caps constant declarations #55119
Labels
typescript
Typescript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
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
The text was updated successfully, but these errors were encountered: