Исчезли предложения Visual Studio Code
{
"editor.formatOnSave": true,
"python.formatting.provider": "black",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.linting.lintOnSave": true,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"tabnine.experimentalAutoImports": true,
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"python.pythonPath": "",
"files.associations": {
"*.html": "html",
"**/templates/**/*.html": "django-html",
"**/templates/**/*": "django-txt",
"**/requirements{/**,*}.{txt,in}": "pip-requirements"
},
"editor.quickSuggestions": true,
"html.suggest.html5": true,
"html.autoClosingTags": true,
"emmet.includeLanguages": {"django-html": "html"},
"emmet.showAbbreviationSuggestions": true,
"editor.suggestSelection": "first",
}
это внутри моего файла vsc settings.py
я работаю с django и режим запуска - Django-Templates
если я ввожу div или for, я не вижу никаких предложений или автозаполнения
также в .py я не вижу никаких предложений, кто-нибудь может мне помочь?