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
Steps to Reproduce:
There is a shortcoming of grammar color displaying in typescript, as follow:
interfaceItest{a: 'a1'// a1 is good|'a2'// a2 is good|'a3'// a3 is goodb: {a: 'a1'|'a2'// oh , the color is not good !|'a3'// oh , the color is not good !}}
Sometimes we want to give clear indication of the meanings of every items of String Literal Types in inline comment, so we would break String Literal Types into many lines.
From @BirdLeeSCUT on December 2, 2016 13:2
Steps to Reproduce:
There is a shortcoming of grammar color displaying in typescript, as follow:
Sometimes we want to give clear indication of the meanings of every items of String Literal Types in inline comment, so we would break String Literal Types into many lines.
Copied from original issue: microsoft/vscode#16385
The text was updated successfully, but these errors were encountered: