Home > other >  VSCode 'The file is in the program because: Default library for target 'es3''
VSCode 'The file is in the program because: Default library for target 'es3''

Time:12-14

I'm using VSCode. After the last update of the IDE, I see this error (Even if I didn't open any project to work on).

enter image description here

I googled it, and I tried several actions according to this link: https://github.com/microsoft/TypeScript/issues/43838
but none of them seems to work.

Anyone faced the issue? (I'm not using TypeScript in any of my projects and I don't have any tsconfig.ts file). Is it related to one of my VSCode extensions?

CodePudding user response:

It is a general update problem about visual-studio-code with the last update. Issue can be followed from here: https://github.com/microsoft/vscode/issues/168420

Installing JavaScript and TypeScript Nightly extension is helpful for me.

  • Related