add extension and setting recommendations

This commit is contained in:
Patrick Jentsch 2023-03-30 13:07:02 +02:00
parent 35b239877a
commit 9ce5ff8cba
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ {
"recommendations": [ "recommendations": [
"samuelcolvin.jinjahtml", "samuelcolvin.jinjahtml",
"streetsidesoftware.code-spell-checker",
"ms-azuretools.vscode-docker", "ms-azuretools.vscode-docker",
"ms-python.python" "ms-python.python"
] ]

View File

@ -19,4 +19,7 @@
"[jinja-js]": { "[jinja-js]": {
"editor.tabSize": 2 "editor.tabSize": 2
}, },
"cSpell.words": [
"hashid"
],
} }