fixup tests and to .d.ts todos

This commit is contained in:
Connor Peet
2025-03-13 23:05:14 -07:00
parent 71fe9aa9d2
commit 0f278b9a16
10 changed files with 66 additions and 22 deletions

View File

@@ -1819,6 +1819,8 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TextSearchMatch2: TextSearchMatch2,
TextSearchCompleteMessageTypeNew: TextSearchCompleteMessageType,
ChatErrorLevel: extHostTypes.ChatErrorLevel,
McpSSEServerDefinition: extHostTypes.McpSSEServerDefinition,
McpStdioServerDefinition: extHostTypes.McpStdioServerDefinition,
};
};
}