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": [
"samuelcolvin.jinjahtml",
"streetsidesoftware.code-spell-checker",
"ms-azuretools.vscode-docker",
"ms-python.python"
]

View File

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