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 323fce8 commit ceabb08Copy full SHA for ceabb08
src/core/webview/ClineProvider.ts
@@ -443,10 +443,11 @@ export class ClineProvider
443
webviewView.onDidDispose(
444
async () => {
445
if (inTabMode) {
446
- this.log("Disposing ClineProvider because it was in tab mode.")
+ this.log("Disposing ClineProvider instance for tab view")
447
await this.dispose()
448
} else {
449
- this.log("NOT disposing ClineProvider because it is in sidebar mode and can be reused.")
+ this.log("Preserving ClineProvider instance for sidebar view reuse")
450
+ }
451
}
452
},
453
null,
0 commit comments