Skip to content

Commit

Permalink
Small fixes [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Jan 22, 2025
1 parent 6a2a69f commit 1db6c4e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ default void launch(TerminalLaunchConfiguration configuration) throws Exception

sc.command(CommandBuilder.of()
.addFile("wsh")
.add("run", "--forceexit", "--")
.add("run", "--forceexit", "--delay", "0", "--")
.add(configuration.getDialectLaunchCommand()))
.execute();
}
Expand Down
6 changes: 3 additions & 3 deletions dist/changelogs/14.2_incremental.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- There is now a new custom open action for services instead of just the http browser open actions.
This allows you to run a custom command after a service tunnel is started and to launch custom commands with the locally tunneled address as inputs.
- Add support for Wave terminal
- Fix RemoteCommand option ignore to support OpenSSH versions prior to 7.6
This allows you to run a custom command after a service tunnel is started and launch custom commands with the locally tunneled address as inputs.
- Add support for Wave terminal on all platforms
- Fix ssh RemoteCommand option ignore to support OpenSSH versions prior to 7.6
- Fix some system state display not being updated sometimes
- Fix license expiry message showing up on every launch
- Fix performance issue with connection state updates
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.2-2
14.2

0 comments on commit 1db6c4e

Please sign in to comment.