Home > Software engineering >  VS Code - broken auto check of links for Django/Python
VS Code - broken auto check of links for Django/Python

Time:11-26

This is not a good question, but I used to have in Django/Python files in VS Code automatic check by yellow colour, that model, variable, view, function etc. are correctly somewhere defined and I can use them. But something broke and everything is now white.

Does anybody know, where to switch on again this check for Python/Django? HTML and JavaScript files are working fine, but for Python files it was broken.

enter image description here

CodePudding user response:

This was related to some extensions you installed which were conflict with each other.

I think the easiest way is to reinstall vscode.

  • Related