Home > Net >  Visual Studio Code does not show variable color or problems anymore
Visual Studio Code does not show variable color or problems anymore

Time:04-20

About 4 days ago, while I was doing my schoolwork I noticed that the variable colors don't turn blue like they used to, and it does not show me problems in the code anymore. I am a beginner in coding, so the "not showing problem" thing is a big issue for me. Would anyone know how can I get them back? Also, this problem is in all of my Visual Studio Code tabs, so its not just a specific code doing it.

CodePudding user response:

Maybe you need to install a vs code plug-in called pylance and make sure that it is not disabled in your workspace.

CodePudding user response:

uninstall Visual Studio Code and delete user\AppData\Roaming\Code (windows) and the install it again, may be it's due to a buggy extension or some setting

CodePudding user response:

You can follow the picture and open your settings.

enter image description here

Check this option so that intellisence and error wavy lines will be back.

enter image description here

  • Related