🐛 BUG: class and object constructors lose their color on VS Code Astro extension #788
Labels
- P3: minor bug
An edge case that only affects very specific usage (priority)
ecosystem: upstream
Issue is caused by a bug / missing feature upstream
pkg: ts-plugin
Fixes to the TS plugin are required to fix this issue (scope)
Describe the Bug
The astro extension on VS code appears to switch off the green coloring for class objects.
Object
andNextResponse
should be green, but instead they're light-blue like normal variables. (I'm using color theme dark modern, but it appears to also affect other themes).Steps to Reproduce
Object.keys(someObject)
and see thatObject
is not appearing as normally green in VS Code's color config.Object
revert to green as expected.The text was updated successfully, but these errors were encountered: