mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Add ; exec bash to stay in terminal
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user