Visual Code Settings

Hi All

Need some help …My meteor app was developed couple of years back and uses blazejs where there are lot of global variables defined. For some reason now whenever I open in Visual code all of them are now highlighted in Red …I needed some help in getting this setting right

thanks

I’m not a fan of using global variable.
You can ignore the error by adding this to the top of the file, for example you have a global Session variable:

/* global Session */
1 Like

Thanks @minhna …I noticed if I use the very first version of meteor tools, all things works well.

Looks like I was wrong … it looks like there is a jsconfig file created by vs in the project. That when deleted makes everything work fine.