Compare commits

...

2 Commits

Author SHA1 Message Date
Patrick Jentsch
79bafdea89 Switch back to older settings and extension .vscode setup 2023-11-20 15:26:22 +01:00
Patrick Jentsch
a2d617718b Update .vscode directory contents 2023-11-20 11:05:56 +01:00
2 changed files with 4 additions and 7 deletions

View File

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

View File

@ -1,13 +1,9 @@
{
"editor.rulers": [79],
"files.insertFinalNewline": true,
"python.terminal.activateEnvironment": false,
"[css]": {
"editor.tabSize": 2
},
"[scss]": {
"editor.tabSize": 2
},
"[html]": {
"editor.tabSize": 2
},
@ -17,7 +13,7 @@
"[jinja-html]": {
"editor.tabSize": 2
},
"[jinja-js]": {
"[scss]": {
"editor.tabSize": 2
}
}