Compare commits

..

No commits in common. "79bafdea8916f94f507b95f7079e5ce3120e6507" and "691b2de5b256c0c5dc47231461e6438f5f1ff062" have entirely different histories.

2 changed files with 7 additions and 4 deletions

View File

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

View File

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