Remove latest extension recommendation

This commit is contained in:
Patrick Jentsch 2023-03-31 09:13:55 +02:00
parent 5c776e0fb6
commit cca0185500
2 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,6 @@
{ {
"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

@ -18,8 +18,5 @@
}, },
"[jinja-js]": { "[jinja-js]": {
"editor.tabSize": 2 "editor.tabSize": 2
}, }
"cSpell.words": [
"hashid"
],
} }