diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5604c88a3..c50764e56 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -27,6 +27,9 @@ "path": "/bin/bash", "icon": "terminal-bash" } + }, + "python.analysis.diagnosticSeverityOverrides": { + "reportMissingModuleSource": "none" } }, "extensions": [