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
I'm not sure if this is a VSCode issue or an extension, but starting today when I updated to 1.42.0, all default imports of classes, and all TSX tags representing class-based React components, are appearing as green with an underline, a style typically reserved for classes. Before this, tags were italic blue and all imports were white.
Technically the TSX tags do represent class instances, but it makes it very difficult to tell them apart from the component props and they look very strange next to functional components.
Imports example:
TSX example:
This doesn't happen with the initial load of the file, only after the TS language server starts.
This does still happen with extensions disabled.
The text was updated successfully, but these errors were encountered:
Version: 1.42.0-insider (user setup)
Commit: b40e5ce
Date: 2020-01-15T05:40:15.219Z
Electron: 7.1.7
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 10.0.16299
I'm not sure if this is a VSCode issue or an extension, but starting today when I updated to 1.42.0, all default imports of classes, and all TSX tags representing class-based React components, are appearing as green with an underline, a style typically reserved for classes. Before this, tags were italic blue and all imports were white.
Technically the TSX tags do represent class instances, but it makes it very difficult to tell them apart from the component props and they look very strange next to functional components.
Imports example:
TSX example:
This doesn't happen with the initial load of the file, only after the TS language server starts.
This does still happen with extensions disabled.
The text was updated successfully, but these errors were encountered: