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