mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Update konsole note
This commit is contained in:
parent
3ba2664458
commit
2454575049
1 changed files with 3 additions and 2 deletions
|
@ -109,8 +109,9 @@ public interface ExternalTerminalType extends PrefsChoiceValue {
|
|||
|
||||
@Override
|
||||
protected String toCommand(String name, String file) {
|
||||
// We would like to use --new-tab but that fails to open when no existing window is open.
|
||||
return "-e \"" + file + "\"";
|
||||
// Note for later: When debugging konsole launches, it will always open as a child process of IntelliJ/X-Pipe even though we try to detach it.
|
||||
// This is not the case for production where it works as expected
|
||||
return "--new-tab -e \"" + file + "\"";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue