diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c10d252d9..c50764e56 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -29,14 +29,13 @@ } }, "python.analysis.diagnosticSeverityOverrides": { - "reportMissingImports": "none", - "reportMissingModuleSource": "none", - "reportUndefinedVariable": "none" + "reportMissingModuleSource": "none" } }, "extensions": [ "ms-vscode.cpptools", "ms-python.python", + "ms-python.black-formatter", "mhutchie.git-graph", "ms-vscode.cpptools-extension-pack" ]