You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Mounts in new containers are only allowed from within the project
78
72
- Mount source paths are remapped to the volume the files are found in (even if using relative paths)
79
73
- Requests to start a new container with the Docker socket will be remapped to use the proxied socket. This ensures Testcontainers config also uses the remapping, etc.
80
-
-**Host Port Republisher** - this container runs in the same network namespace as the VS Code Server and watches for container start/stop events that have published ports. It then starts socat processes to allow the forwarding of localhost ports to the container.
81
-
- Example: start a postgres container in the IDE terminal, publishing the port. With this, you can then connect to it using `psql -h localhost` without using host network mode (which isn't always available)
74
+
-**VS Code extension** - a custom VS Code extension that provides additional support and functionality in the system, including:
75
+
- Support the "Run" button from the interface to send commands to run in the terminal
76
+
- Host port republisher - watches for containers that are publishing ports and sets up socat proxies to enable direct communication using localhost inside the environment
0 commit comments