mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
speech - scaffold keyword activation (#202643)
* speech - scaffold keyword activation * first cut settting for keyword activation * handle lifecycle better * . * . * . * tweaks * show a status bar entry * add in context option * cleanup
This commit is contained in:
@@ -1627,7 +1627,8 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
StackFrameFocus: extHostTypes.StackFrameFocus,
|
||||
ThreadFocus: extHostTypes.ThreadFocus,
|
||||
RelatedInformationType: extHostTypes.RelatedInformationType,
|
||||
SpeechToTextStatus: extHostTypes.SpeechToTextStatus
|
||||
SpeechToTextStatus: extHostTypes.SpeechToTextStatus,
|
||||
KeywordRecognitionStatus: extHostTypes.KeywordRecognitionStatus
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user