Skip to content

Commit 5731498

Browse files
committed
squashme: address comments
1 parent 9628123 commit 5731498

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/vscode/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
# Renku CLI (renku)
2+
# VSCode frontend for Renku sessions
33

4-
Installs vscode for running in Renku.
4+
Installs VSCode for running in Renku.
55

66
## Example Usage
77

src/vscode/devcontainer-feature.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
"options": {},
77
"dependsOn": {
88
"ghcr.io/devcontainers-extra/features/vscode-cli:1": {
9+
// The version is taken from https://github.com/microsoft/vscode/tags
910
"version": "1.95.2"
1011
}
1112
}
1213
"init": true,
13-
"entrypoint": "tini -- code serve-web --server-base-path \"$RENKU_BASE_URL_PATH/\" --without-connection-token --host 0.0.0.0 --port 8888"
14+
"entrypoint": "tini -- code serve-web --server-base-path $RENKU_BASE_URL_PATH/ --without-connection-token --host 0.0.0.0 --port 8888"
1415
}

0 commit comments

Comments
 (0)