mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Restore proposed API check (#183487)
Now that the copilot chat extension is updated and this won't break it
This commit is contained in:
@@ -1292,8 +1292,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
return extHostChat.sendInteractiveRequestToProvider(providerId, message);
|
||||
},
|
||||
get onDidPerformUserAction() {
|
||||
// TODO this needs to be staged with a copilot chat update
|
||||
// checkProposedApiEnabled(extension, 'interactiveUserActions');
|
||||
checkProposedApiEnabled(extension, 'interactiveUserActions');
|
||||
return extHostChat.onDidPerformUserAction;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user