Removing [ts] errors from JS files In VS Code

后端 未结 8 1146
有刺的猬
有刺的猬 2021-01-31 14:44

I get these TypeScript errors VS Code while I\'m working in JS files. Is there anything I can do to disable this? I have put this in my settings and did not solve the issue:

8条回答
  •  野性不改
    2021-01-31 15:33

    On Windows- File > Preferences > Settings Go to Extensions->TypeScript-> Javascript>Validate make sure Enable/disable JavaScript validation. is not checked

提交回复
热议问题