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?
Stumbled upon a bug today after having used this plugin for a while.
I put my node shebang today in my
file.tstypescript 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?