You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.
As a temporary hack for this, here's my updated run.sh. This will open up remote projects but you might need to update the right path to where code is located.
VSCODE_APP_EDITION="code"if [ $vscodeEdition=='code-insiders' ]
then
VSCODE_APP_EDITION="code-insiders"fiif [ $vscodeEdition=='codium' ]
then
VSCODE_APP_EDITION="codium"fiif [[ $1==*"vscode-remote"* ]];then
/usr/local/bin/$VSCODE_APP_EDITION --folder-uri "$1"else
/usr/local/bin/$VSCODE_APP_EDITION"$1"fi
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce:
I expect the remote workspace to open, but it doesn't. No error is displayed.
The text was updated successfully, but these errors were encountered: