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": [ "recommendations": [
"mikestead.dotenv", "irongeek.vscode-env",
"ms-azuretools.vscode-docker", "ms-azuretools.vscode-docker",
"ms-python.python", "ms-python.python",
"wholroyd.jinja" "samuelcolvin.jinjahtml"
] ]
} }

View File

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