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
Stumbled upon a bug today after having used this plugin for a while.
I put my node shebang today in my file.ts typescript file, which after not completely understanding why my language server complained about me putting types into a javascript file.
Perhaps if the file extension ends with .ts, you cannot make the assumption that we are looking at a javascript file?
The text was updated successfully, but these errors were encountered:
Stumbled upon a bug today after having used this plugin for a while.
I put my node shebang today in my
file.ts
typescript file, which after not completely understanding why my language server complained about me putting types into a javascript file.Perhaps if the file extension ends with
.ts
, you cannot make the assumption that we are looking at a javascript file?The text was updated successfully, but these errors were encountered: