Skip to content

Commit

Permalink
squashme: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski committed Nov 13, 2024
1 parent 9628123 commit 5731498
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/vscode/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Renku CLI (renku)
# VSCode frontend for Renku sessions

Installs vscode for running in Renku.
Installs VSCode for running in Renku.

## Example Usage

Expand Down
3 changes: 2 additions & 1 deletion src/vscode/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
"options": {},
"dependsOn": {
"ghcr.io/devcontainers-extra/features/vscode-cli:1": {
// The version is taken from https://github.com/microsoft/vscode/tags
"version": "1.95.2"
}
}
"init": true,
"entrypoint": "tini -- code serve-web --server-base-path \"$RENKU_BASE_URL_PATH/\" --without-connection-token --host 0.0.0.0 --port 8888"
"entrypoint": "tini -- code serve-web --server-base-path $RENKU_BASE_URL_PATH/ --without-connection-token --host 0.0.0.0 --port 8888"
}

0 comments on commit 5731498

Please sign in to comment.