We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1285217 commit c369806Copy full SHA for c369806
src/integrations/terminal/TerminalProcess.ts
@@ -127,7 +127,7 @@ export class TerminalProcess extends EventEmitter {
127
if (typeof sidebarProvider.getState === "function") {
128
this.debugLog(`Calling sidebarProvider.getState()`, true)
129
const state = await sidebarProvider.getState()
130
- this.debugLog(`State returned: ${JSON.stringify(state)}`, true)
+ this.debugLog(`State retrieved. Checking for terminalOutputLineLimit...`, true)
131
if (state && typeof state.terminalOutputLineLimit === "number") {
132
// Successfully retrieved the user's setting
133
this.terminalOutputLineLimit = state.terminalOutputLineLimit
0 commit comments