Skip to content

Commit cfa3936

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

2 files changed

Lines changed: 4 additions & 4 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ghcr.io/devcontainers-extra/features/vscode-cli:1": {
99
"version": "1.95.2"
1010
}
11-
}
11+
},
1212
"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"
13+
"entrypoint": "code serve-web --server-base-path \"$RENKU_BASE_URL_PATH/\" --without-connection-token --host 0.0.0.0 --port 8888"
1414
}

0 commit comments

Comments
 (0)