diff --git a/sh/open-cnb-remote-vscode.sh b/sh/open-cnb-remote-vscode.sh index e48ef42..df6adbe 100755 --- a/sh/open-cnb-remote-vscode.sh +++ b/sh/open-cnb-remote-vscode.sh @@ -29,7 +29,7 @@ if [[ -z "$CNB_HOST" ]]; then exit 1 fi -CMD="ssh '$CNB_HOST' 'find /workspace/projects /workspace/docker -maxdepth 1 -mindepth 1 -type d 2>/dev/null' | $FZF_BIN --prompt='CNB Remote > ' | xargs -I{} open 'vscode://vscode-remote/ssh-remote+${CNB_HOST}{}'" +CMD="ssh '$CNB_HOST' 'find /workspace/projects /workspace/docker -maxdepth 1 -type d 2>/dev/null' | $FZF_BIN --prompt='CNB Remote > ' | xargs -I{} open 'vscode://vscode-remote/ssh-remote+${CNB_HOST}{}'" osascript <