- VSCode Version: 1.8.1 (November Recovery)
- OS Version: Windows 10 Home
Steps to Reproduce:
- Write javascript (not TS, just vanilla JS) for a random period of time.
- Save your work occasionally.
- Watch the error info with amusement.
I have been coding for like a full workday now and I just got an error stating the following:

And when I click the more information link, it routes me to this section of the TypeScript information:
I went on and updated my typescript version using npm install -g typescript@latest , I presume this the issue.
Steps to Reproduce:
I have been coding for like a full workday now and I just got an error stating the following:
And when I click the more information link, it routes me to this section of the TypeScript information:
I went on and updated my typescript version using
npm install -g typescript@latest, I presume this the issue.