mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat(.devcontainer): add code-server feature to devcontainer.json (#18589)
This commit is contained in:
committed by
GitHub
parent
48bb534a51
commit
09e1a8ad99
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user