mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
use proper enum for ChatVariableLevel
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user