Skip to content

Commit b2815e3

Browse files
committed
Remove unnecessary PID from ide config
1 parent fd5de50 commit b2815e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervisor-ide-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"VISUAL": "$EDITOR",
1717
"GP_OPEN_EDITOR": "$EDITOR",
1818
"GIT_EDITOR": "$EDITOR",
19-
"GP_EXTERNAL_BROWSER": "/ide/xterm/startup.sh --openExternal --port 23000 ${term.pid}",
19+
"GP_EXTERNAL_BROWSER": "/ide/xterm/startup.sh --openExternal --port 23000",
2020
"GP_PREVIEW_BROWSER": "$GP_EXTERNAL_BROWSER"
2121
}
2222
}

0 commit comments

Comments
 (0)