diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fcc62bf31d9e..4354f3c401e3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -33,5 +33,6 @@ "version": "22" }, "github-cli": "latest" - } + }, + "runArgs": ["--network=host"] }