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 21ae43e commit ab264b4Copy full SHA for ab264b4
src/vs/workbench/contrib/interactiveSession/browser/interactiveSessionWidget.ts
@@ -129,6 +129,7 @@ export class InteractiveSessionWidget extends Disposable implements IInteractive
129
this.viewModelDisposables.add(viewModel);
130
}
131
132
+ this.currentViewModelPromise = undefined;
133
this.slashCommandsPromise = undefined;
134
this.lastSlashCommands = undefined;
135
this.getSlashCommands().then(() => {
0 commit comments