VS Code configuration

This commit is contained in:
Vegard Berg 2023-02-24 12:52:54 +01:00
parent f9fb2e621a
commit 6d602f0a47
2 changed files with 10 additions and 0 deletions

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

@ -0,0 +1,3 @@
{
"python.analysis.typeCheckingMode": "off"
}

7
Heimdallr.code-workspace Normal file
View File

@ -0,0 +1,7 @@
{
"folders": [
{
"path": "."
}
]
}