Add ; exec bash to stay in terminal

This commit is contained in:
BDisp
2025-07-31 01:02:28 +01:00
parent 88bf87b8bb
commit 1ce27886dc

View File

@@ -51,25 +51,25 @@
"WSL-Gnome: UICatalog": { "WSL-Gnome: UICatalog": {
"commandName": "Executable", "commandName": "Executable",
"executablePath": "wsl", "executablePath": "wsl",
"commandLineArgs": "bash -c 'while [ ! -e \"$XDG_RUNTIME_DIR/bus\" ]; do sleep 0.1; done; gnome-terminal --wait -- bash -l -c \"dotnet UICatalog.dll\"'", "commandLineArgs": "bash -c 'while [ ! -e \"$XDG_RUNTIME_DIR/bus\" ]; do sleep 0.1; done; gnome-terminal --wait -- bash -l -c \"dotnet UICatalog.dll; exec bash\"'",
"distributionName": "" "distributionName": ""
}, },
"WSL-Gnome: UICatalog --driver NetDriver": { "WSL-Gnome: UICatalog --driver NetDriver": {
"commandName": "Executable", "commandName": "Executable",
"executablePath": "wsl", "executablePath": "wsl",
"commandLineArgs": "bash -c 'while [ ! -e \"$XDG_RUNTIME_DIR/bus\" ]; do sleep 0.1; done; gnome-terminal --wait -- bash -l -c \"dotnet UICatalog.dll --driver NetDriver\"'", "commandLineArgs": "bash -c 'while [ ! -e \"$XDG_RUNTIME_DIR/bus\" ]; do sleep 0.1; done; gnome-terminal --wait -- bash -l -c \"dotnet UICatalog.dll --driver NetDriver; exec bash\"'",
"distributionName": "" "distributionName": ""
}, },
"WSL-Gnome: UICatalog --driver v2": { "WSL-Gnome: UICatalog --driver v2": {
"commandName": "Executable", "commandName": "Executable",
"executablePath": "wsl", "executablePath": "wsl",
"commandLineArgs": "bash -c 'while [ ! -e \"$XDG_RUNTIME_DIR/bus\" ]; do sleep 0.1; done; gnome-terminal --wait -- bash -l -c \"dotnet UICatalog.dll --driver v2\"'", "commandLineArgs": "bash -c 'while [ ! -e \"$XDG_RUNTIME_DIR/bus\" ]; do sleep 0.1; done; gnome-terminal --wait -- bash -l -c \"dotnet UICatalog.dll --driver v2; exec bash\"'",
"distributionName": "" "distributionName": ""
}, },
"WSL-Gnome: UICatalog --driver v2net": { "WSL-Gnome: UICatalog --driver v2net": {
"commandName": "Executable", "commandName": "Executable",
"executablePath": "wsl", "executablePath": "wsl",
"commandLineArgs": "bash -c 'while [ ! -e \"$XDG_RUNTIME_DIR/bus\" ]; do sleep 0.1; done; gnome-terminal --wait -- bash -l -c \"dotnet UICatalog.dll --driver v2net\"'", "commandLineArgs": "bash -c 'while [ ! -e \"$XDG_RUNTIME_DIR/bus\" ]; do sleep 0.1; done; gnome-terminal --wait -- bash -l -c \"dotnet UICatalog.dll --driver v2net; exec bash\"'",
"distributionName": "" "distributionName": ""
}, },
"Benchmark All": { "Benchmark All": {