How can I get VSCode to use host networking during the build of the container? In devcontainer.json, I can set
"runArgs": ["--network=host"] <