mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
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:
@@ -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
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user