-
Notifications
You must be signed in to change notification settings - Fork 36.3k
Closed
Labels
languages-basicBasic language support issuesBasic language support issuestypescriptTypescript support issuesTypescript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)
Description
- VSCode Version: 1.12
- OS Version: OSX 10.12.4
Steps to Reproduce:
- Write a multiline generic in a .ts file
- The colors should be the same as if it was on a single line but it's not:
On multiline OwnProps & ReduxStateProps becomes blue

Here is a simpler example:
class Test<A, B>{}
class Favorite extends Test<
string | number,
undefined
> {
// class content
}
Metadata
Metadata
Assignees
Labels
languages-basicBasic language support issuesBasic language support issuestypescriptTypescript support issuesTypescript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)

