use proper enum for ChatVariableLevel

This commit is contained in:
Johannes
2023-08-15 14:36:18 +02:00
parent cb94a70e1f
commit 66e5308af3
6 changed files with 70 additions and 5 deletions

View File

@@ -1371,6 +1371,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TerminalOutputAnchor: extHostTypes.TerminalOutputAnchor,
ChatMessage: extHostTypes.ChatMessage,
ChatMessageRole: extHostTypes.ChatMessageRole,
ChatVariableLevel: extHostTypes.ChatVariableLevel,
CallHierarchyIncomingCall: extHostTypes.CallHierarchyIncomingCall,
CallHierarchyItem: extHostTypes.CallHierarchyItem,
CallHierarchyOutgoingCall: extHostTypes.CallHierarchyOutgoingCall,