diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8fcf7d9bb..923d02302 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -27,11 +27,17 @@ "path": "/bin/bash", "icon": "terminal-bash" } + }, + "python.analysis.diagnosticSeverityOverrides": { + "reportMissingImports": "none", + "reportMissingModuleSource": "none", + "reportUndefinedVariable": "none" } }, "extensions": [ "ms-vscode.cpptools", "ms-python.python", + "ms-python.black-formatter", "mhutchie.git-graph", "ms-vscode.cpptools-extension-pack" ]