-
Bit more information. Also testing with all extensions disabled, same result. If I rename my day2day vscode file to .ts instead of .js the same validation occurs (though I don't want that to be the solution, it's wrong). So Insider must be adding some (default) TS validation…
-
Found it. I had this set to false (though now my code has lit up like a damn christmas tree!) "javascript.validate.enable": true
-
Sod, but I can't use a jsconfig.json (which I use to alias the base path)... Damnit, it's config-whack-a-mole.
-
Okay, final one, solved it: jsconfig.json: "compilerOptions": { "checkJs": true } (I had checkJs outside the compilerOptions … not that I'm using a compiler…)
