feat(coding-agent,tui): add stacked autocomplete providers closes #2983
This commit is contained in:
@@ -204,6 +204,7 @@ const noOpUIContext: ExtensionUIContext = {
|
||||
setEditorText: () => {},
|
||||
getEditorText: () => "",
|
||||
editor: async () => undefined,
|
||||
addAutocompleteProvider: () => {},
|
||||
setEditorComponent: () => {},
|
||||
get theme() {
|
||||
return theme;
|
||||
|
||||
Reference in New Issue
Block a user