Skip to content

Commit ab264b4

Browse files
authored
Fix clear command breaking interactive session (microsoft#178239)
1 parent 21ae43e commit ab264b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/interactiveSession/browser/interactiveSessionWidget.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ export class InteractiveSessionWidget extends Disposable implements IInteractive
129129
this.viewModelDisposables.add(viewModel);
130130
}
131131

132+
this.currentViewModelPromise = undefined;
132133
this.slashCommandsPromise = undefined;
133134
this.lastSlashCommands = undefined;
134135
this.getSlashCommands().then(() => {

0 commit comments

Comments
 (0)