Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/code-server/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-server",
"id": "code-server",
"version": "1.1.0",
"version": "1.1.1",
"description": "VS Code in the browser ([code-server](https://github.com/coder/code-server))",
"options": {
"absProxyBasePath": {
Expand Down Expand Up @@ -152,7 +152,7 @@
},
"workspace": {
"type": "string",
"default": "",
"default": "${containerWorkspaceFolder}",
"description": "Path to the workspace or folder to open on startup. Can be a directory or a .code-workspace file."
},
"appOpenIn": {
Expand Down
Loading