Switch back to older settings and extension .vscode setup

This commit is contained in:
Patrick Jentsch 2023-11-20 15:26:22 +01:00
parent a2d617718b
commit 79bafdea89
2 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
{
"recommendations": [
"mikestead.dotenv",
"irongeek.vscode-env",
"ms-azuretools.vscode-docker",
"ms-python.python",
"wholroyd.jinja"
"samuelcolvin.jinjahtml"
]
}

View File

@ -4,16 +4,16 @@
"[css]": {
"editor.tabSize": 2
},
"[scss]": {
"editor.tabSize": 2
},
"[html]": {
"editor.tabSize": 2
},
"[javascript]": {
"editor.tabSize": 2
},
"[jinja]": {
"[jinja-html]": {
"editor.tabSize": 2
},
"[scss]": {
"editor.tabSize": 2
}
}