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
Enter type parameters where the type parameters are on split lines. See example:
functionfoo<A,B,C,D>(arg){console.log(arg);}// Highlighting will be just finefoo<string,string,string,string>('test');// Highlighting will breakfoo<string,string,string,string>('test');
Does this issue occur when all extensions are disabled?: Yes/No
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes/No
The text was updated successfully, but these errors were encountered: