We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901fae9 commit e286d2dCopy full SHA for e286d2d
src/code-server/README.md
@@ -7,15 +7,18 @@ VS Code in the browser
7
8
```json
9
"features": {
10
- "ghcr.io/DanielleMaywood/devcontainer-features/code-server:1": {}
+ "ghcr.io/coder/devcontainer-features/code-server:1": {}
11
}
12
```
13
14
## Options
15
16
| Options Id | Description | Type | Default Value |
17
|-----|-----|-----|-----|
18
-
+| host | - | string | 127.0.0.1 |
19
+| port | - | string | 8080 |
20
+| args | - | string | - |
21
+| extensions | - | string | - |
22
23
24
0 commit comments