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 2c42d6a commit c3215a7Copy full SHA for c3215a7
src/vs/workbench/contrib/notebook/browser/chatEdit/notebookChatEditController.ts
@@ -160,7 +160,7 @@ class NotebookChatEditorController extends Disposable {
160
this._register(editor.onDidDispose(() => {
161
decorator.dispose();
162
if (decorators.get(modifiedCell) === decorator) {
163
- decorators.set(modifiedCell, decorator);
+ decorators.delete(modifiedCell);
164
}
165
}));
166
0 commit comments