feat(.devcontainer): add code-server feature to devcontainer.json (#18589)

This commit is contained in:
Mathias Fredriksson
2025-06-25 21:35:43 +03:00
committed by GitHub
parent 48bb534a51
commit 09e1a8ad99
+4
View File
@@ -6,6 +6,10 @@
// See all possible options here https://github.com/devcontainers/features/tree/main/src/docker-in-docker
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"moby": "false"
},
"ghcr.io/coder/devcontainer-features/code-server:1": {
"auth": "none",
"port": 13337
}
},
// SYS_PTRACE to enable go debugging