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
The TypeScript language service doesn't seem to be respecting the tsconfig.json; I'm always getting completions for browser APIs even if I specify noLib: true or manually specify the lib array in the compilerOptions. I'm also not getting completions from other flies in the include array.
For testing, I'm using projects that I imported via the MakeCode Arcade extension. The completions/language service works fine in this scenario in desktop VS code.
The TypeScript language service doesn't seem to be respecting the tsconfig.json; I'm always getting completions for browser APIs even if I specify
noLib: true
or manually specify thelib
array in thecompilerOptions
. I'm also not getting completions from other flies in theinclude
array.For testing, I'm using projects that I imported via the MakeCode Arcade extension. The completions/language service works fine in this scenario in desktop VS code.
Reported by @riknoll
The text was updated successfully, but these errors were encountered: