Notebook CodeActionKind Support (#192248)

* shift nb codeaction filter to editor layer

* readability

* revised API, clearer typings, filter out autosave triggers

* quick lil rename bc i kept confusing myself

* revert back to boolean setting. wait for editor enum
This commit is contained in:
Michael Lively
2023-09-18 11:07:54 -07:00
committed by GitHub
parent 5be77a3d8b
commit e6b8e0352e
7 changed files with 44 additions and 50 deletions

View File

@@ -1585,7 +1585,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
InteractiveEditorResponseFeedbackKind: extHostTypes.InteractiveEditorResponseFeedbackKind,
StackFrameFocus: extHostTypes.StackFrameFocus,
ThreadFocus: extHostTypes.ThreadFocus,
NotebookCodeActionKind: extHostTypes.NotebookCodeActionKind,
RelatedInformationType: extHostTypes.RelatedInformationType
};
};