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
Copy file name to clipboardExpand all lines: docs/docs/config.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ wsh editconfig
60
60
| conn:localhostdisplayname <VersionBadgeversion="v0.14" /> | string | override the display name for localhost in the UI (e.g., set to "My Laptop" or "Local", or set to empty string to hide the name) |
61
61
| term:fontsize | float | the fontsize for the terminal block |
62
62
| term:fontfamily | string | font family to use for terminal block |
63
-
| term:disablewebgl | bool | set to false to disable WebGL acceleration in terminal |
63
+
| term:disablewebgl | bool | set to true to disable WebGL acceleration in terminal (default false)|
64
64
| term:localshellpath | string | set to override the default shell path for local terminals |
65
65
| term:localshellopts | string[]| set to pass additional parameters to the term:localshellpath (example: `["-NoLogo"]` for PowerShell will remove the copyright notice) |
66
66
| term:copyonselect | bool | set to false to disable terminal copy-on-select |
0 commit comments