Add .vscode config files

This commit is contained in:
Patrick Jentsch 2023-01-25 16:03:28 +01:00
parent 75df6cafa8
commit bba79f6494
2 changed files with 8 additions and 0 deletions

7
.vscode/extensions.json vendored Normal file
View File

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

1
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1 @@
{}