@@ -90,28 +90,29 @@ type SettingsType struct {
9090 WaveAiShowCloudModes bool `json:"waveai:showcloudmodes,omitempty"`
9191 WaveAiDefaultMode string `json:"waveai:defaultmode,omitempty"`
9292
93- TermClear bool `json:"term:*,omitempty"`
94- TermFontSize float64 `json:"term:fontsize,omitempty"`
95- TermFontFamily string `json:"term:fontfamily,omitempty"`
96- TermTheme string `json:"term:theme,omitempty"`
97- TermDisableWebGl bool `json:"term:disablewebgl,omitempty"`
98- TermLocalShellPath string `json:"term:localshellpath,omitempty"`
99- TermLocalShellOpts []string `json:"term:localshellopts,omitempty"`
100- TermGitBashPath string `json:"term:gitbashpath,omitempty"`
101- TermScrollback * int64 `json:"term:scrollback,omitempty"`
102- TermCopyOnSelect * bool `json:"term:copyonselect,omitempty"`
103- TermTransparency * float64 `json:"term:transparency,omitempty"`
104- TermAllowBracketedPaste * bool `json:"term:allowbracketedpaste,omitempty"`
105- TermShiftEnterNewline * bool `json:"term:shiftenternewline,omitempty"`
106- TermMacOptionIsMeta * bool `json:"term:macoptionismeta,omitempty"`
107- TermCursor string `json:"term:cursor,omitempty"`
108- TermCursorBlink * bool `json:"term:cursorblink,omitempty"`
109- TermBellSound * bool `json:"term:bellsound,omitempty"`
110- TermBellIndicator * bool `json:"term:bellindicator,omitempty"`
111- TermOsc52 string `json:"term:osc52,omitempty" jsonschema:"enum=focus,enum=always"`
112- TermDurable * bool `json:"term:durable,omitempty"`
113- TermShowSplitButtons bool `json:"term:showsplitbuttons,omitempty"`
114- TermTrimTrailingWhitespace * bool `json:"term:trimtrailingwhitespace,omitempty"`
93+ TermClear bool `json:"term:*,omitempty"`
94+ TermFontSize float64 `json:"term:fontsize,omitempty"`
95+ TermFontFamily string `json:"term:fontfamily,omitempty"`
96+ TermTheme string `json:"term:theme,omitempty"`
97+ TermDisableWebGl bool `json:"term:disablewebgl,omitempty"`
98+ TermLocalShellPath string `json:"term:localshellpath,omitempty"`
99+ TermLocalShellOpts []string `json:"term:localshellopts,omitempty"`
100+ TermGitBashPath string `json:"term:gitbashpath,omitempty"`
101+ TermScrollback * int64 `json:"term:scrollback,omitempty"`
102+ TermCopyOnSelect * bool `json:"term:copyonselect,omitempty"`
103+ TermTransparency * float64 `json:"term:transparency,omitempty"`
104+ TermAllowBracketedPaste * bool `json:"term:allowbracketedpaste,omitempty"`
105+ TermShiftEnterNewline * bool `json:"term:shiftenternewline,omitempty"`
106+ TermMacOptionIsMeta * bool `json:"term:macoptionismeta,omitempty"`
107+ TermCursor string `json:"term:cursor,omitempty"`
108+ TermCursorBlink * bool `json:"term:cursorblink,omitempty"`
109+ TermBellSound * bool `json:"term:bellsound,omitempty"`
110+ TermBellIndicator * bool `json:"term:bellindicator,omitempty"`
111+ TermOsc52 string `json:"term:osc52,omitempty" jsonschema:"enum=focus,enum=always"`
112+ TermAllowTermListen * bool `json:"term:allowtermlisten,omitempty"`
113+ TermDurable * bool `json:"term:durable,omitempty"`
114+ TermShowSplitButtons bool `json:"term:showsplitbuttons,omitempty"`
115+ TermTrimTrailingWhitespace * bool `json:"term:trimtrailingwhitespace,omitempty"`
115116
116117 EditorMinimapEnabled bool `json:"editor:minimapenabled,omitempty"`
117118 EditorStickyScrollEnabled bool `json:"editor:stickyscrollenabled,omitempty"`
0 commit comments