-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
editor: code (browser)meta: never-staleThis issue can never become staleThis issue can never become stale
Description
Objective
Question:
- Do we have tech debt here that should be cleaned up?
- Which one should be documented on https://www.gitpod.io/docs/ides-and-editors/vscode-browser 👍
export EDITOR
is currently set to/ide/bin/remote-cli/gitpod-code
gitpod /workspace/website (main) $ cat /ide/bin/remote-cli/gitpod-code
#!/usr/bin/env sh
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
ROOT="$(dirname "$(dirname "$(dirname "$(readlink -f "$0")")")")"
APP_NAME="gitpod-code"
VERSION="1.69.2"
COMMIT="412debcdce97027594b55f85871951f0aa87c2fc"
EXEC_NAME="gitpod-code"
CLI_SCRIPT="$ROOT/out/server-cli.js"
"$ROOT/node" "$CLI_SCRIPT" "$APP_NAME" "$VERSION" "$COMMIT" "$EXEC_NAME" "$@"
gitpod /workspace/website (main) $ cat /ide/bin/helpers/browser.sh
#!/usr/bin/env sh
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
ROOT="$(dirname "$(dirname "$(dirname "$(readlink -f "$0")")")")"
APP_NAME="gitpod-code"
VERSION="1.69.2"
COMMIT="412debcdce97027594b55f85871951f0aa87c2fc"
EXEC_NAME="gitpod-code"
CLI_SCRIPT="$ROOT/out/server-cli.js"
"$ROOT/node" "$CLI_SCRIPT" "$APP_NAME" "$VERSION" "$COMMIT" "$EXEC_NAME" "--openExternal" "$@"
shaoye
Metadata
Metadata
Assignees
Labels
editor: code (browser)meta: never-staleThis issue can never become staleThis issue can never become stale