Skip to content

Commit 2c3fcb1

Browse files
chore: re-order devcontainer json
1 parent 5c08b18 commit 2c3fcb1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/code-server/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ VS Code in the browser
2929
| extensions | Comma-separated list of VS Code extensions to install. Format: 'publisher.extension[@version]' (e.g., 'ms-python.python,ms-azuretools.vscode-docker'). | string | - |
3030
| host | The address to bind to for the code-server. Use '0.0.0.0' to listen on all interfaces. | string | 127.0.0.1 |
3131
| port | The port to bind to for the code-server. | string | 8080 |
32-
| version | The version of code-server to install. If empty, installs the latest version. | string | - |
3332
| socket | Path to a socket. When specified, host and port will be ignored. | string | - |
3433
| socketMode | File mode of the socket when using the socket option. | string | - |
34+
| version | The version of code-server to install. If empty, installs the latest version. | string | - |
3535
| workspace | Path to the workspace or folder to open on startup. Can be a directory or a .code-workspace file. | string | - |
3636

3737

src/code-server/devcontainer-feature.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@
7575
"default": "8080",
7676
"description": "The port to bind to for the code-server."
7777
},
78-
"version": {
79-
"type": "string",
80-
"default": "",
81-
"description": "The version of code-server to install. If empty, installs the latest version."
82-
},
8378
"socket": {
8479
"type": "string",
8580
"default": "",
@@ -90,6 +85,11 @@
9085
"default": "",
9186
"description": "File mode of the socket when using the socket option."
9287
},
88+
"version": {
89+
"type": "string",
90+
"default": "",
91+
"description": "The version of code-server to install. If empty, installs the latest version."
92+
},
9393
"workspace": {
9494
"type": "string",
9595
"default": "",

0 commit comments

Comments
 (0)