We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9628123 commit 5731498Copy full SHA for 5731498
2 files changed
src/vscode/README.md
@@ -1,7 +1,7 @@
1
2
-# Renku CLI (renku)
+# VSCode frontend for Renku sessions
3
4
-Installs vscode for running in Renku.
+Installs VSCode for running in Renku.
5
6
## Example Usage
7
src/vscode/devcontainer-feature.json
@@ -6,9 +6,10 @@
"options": {},
"dependsOn": {
8
"ghcr.io/devcontainers-extra/features/vscode-cli:1": {
9
+ // The version is taken from https://github.com/microsoft/vscode/tags
10
"version": "1.95.2"
11
}
12
13
"init": true,
- "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"
15
0 commit comments