Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/90.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 安装了django模板的vscode不会自动缩进_Html_Django_Visual Studio Code - Fatal编程技术网

Html 安装了django模板的vscode不会自动缩进

Html 安装了django模板的vscode不会自动缩进,html,django,visual-studio-code,Html,Django,Visual Studio Code,我正在使用vscode编辑django模板文件。安装django或django模板扩展后,自动缩进不再工作 以前 之后 已尝试: "files.associations": { "**/*.html": "html", "**/templates/*/*.html": "django-html" }, "emmet.includeLanguages

我正在使用vscode编辑django模板文件。安装django或django模板扩展后,自动缩进不再工作

以前

之后

已尝试:

"files.associations": {
        "**/*.html": "html",
        "**/templates/*/*.html": "django-html"
    },
"emmet.includeLanguages": {"django-html": "html"},