diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 553f3bbdf0e..83aa88140cc 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -21,6 +21,7 @@ ], // Please keep this file in sync with settings in home-assistant/.vscode/settings.default.json "settings": { + "python.experiments.optOutFrom": ["pythonTestAdapter"], "python.pythonPath": "/usr/local/bin/python", "python.testing.pytestArgs": ["--no-cov"], "editor.formatOnPaste": false,