您可以在图像选项卡尺寸问题或缩进中看到,为什么缩进上出现红色或错误颜色?如何解决问题/错误?
"[python]": {
"editor.tabSize": 3,
"editor.defaultFormatter": "ms-python.python",
"editor.detectIndentation": false
},
"[django-html]": {
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"editor.defaultFormatter": "ms-python.python",
}
Run Code Online (Sandbox Code Playgroud)