Skip to content

Commit ddf9dc5

Browse files
authored
fix: set workspace default as ${containerWorkspaceFolder}
1 parent 1379558 commit ddf9dc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/code-server/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-server",
33
"id": "code-server",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"description": "VS Code in the browser ([code-server](https://github.com/coder/code-server))",
66
"options": {
77
"absProxyBasePath": {
@@ -152,7 +152,7 @@
152152
},
153153
"workspace": {
154154
"type": "string",
155-
"default": "",
155+
"default": "${containerWorkspaceFolder}",
156156
"description": "Path to the workspace or folder to open on startup. Can be a directory or a .code-workspace file."
157157
},
158158
"appOpenIn": {

0 commit comments

Comments
 (0)