Skip to content

Commit 397788f

Browse files
committed
fix: re-use startup window
1 parent 4afd8a9 commit 397788f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/root/config/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ echo
6161
echo "Workspace copied to $DEST, trying to open it in code-server..."
6262
echo "If you see an error, please open it manually on Menu > File > Open Folder..."
6363

64-
$CODE "$DEST"
64+
$CODE -r "$DEST"

0 commit comments

Comments
 (0)