You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Track wave version when job was created (for future backward compat)
* New Flyover Menu off of "shell durability" icon. Help + Actions + UX
* Bug with conn typeahead not closing when clicking disconnect
* Auto-reconnect jobs that have been disconnected (check for "gone"
state)
* Disable tab indicator stuff (only indicates tab not block)
* Fix bug with dev logging path on connserver
* Fix bugs with restarting blockcontrollers on startup
* Fix bugs with getting HasExited status from job manager
* Fix startup files, quoting, tilde, etc in start job flow
* ...
Copy file name to clipboardExpand all lines: docs/docs/config.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ wsh editconfig
66
66
| term:shiftenternewline | bool | when enabled, Shift+Enter sends escape sequence + newline (\u001b\n) instead of carriage return, useful for claude code and similar AI coding tools (default false) |
67
67
| term:macoptionismeta | bool | on macOS, treat the Option key as Meta key for terminal keybindings (default false) |
68
68
| term:bellsound <VersionBadgeversion="v0.14" /> | bool | when enabled, plays the system beep sound when the terminal bell (BEL character) is received (default false) |
69
-
| term:bellindicator <VersionBadgeversion="v0.14" /> | bool | when enabled, shows a visual indicator in the tab when the terminal bell is received (default true) |
69
+
| term:bellindicator <VersionBadgeversion="v0.14" /> | bool | when enabled, shows a visual indicator in the tab when the terminal bell is received (default false) |
70
70
| term:durable <VersionBadgeversion="v0.14" /> | bool | makes remote terminal sessions durable across network disconnects (defaults to true) |
71
71
| editor:minimapenabled | bool | set to false to disable editor minimap |
72
72
| editor:stickyscrollenabled | bool | enables monaco editor's stickyScroll feature (pinning headers of current context, e.g. class names, method names, etc.), defaults to false |
@@ -133,7 +133,7 @@ For reference, this is the current default configuration (v0.11.5):
0 commit comments