Restore proposed API check (#183487)

Now that the copilot chat extension is updated and this won't break it
This commit is contained in:
Rob Lourens 2023-05-25 18:58:45 -07:00 committed by GitHub
parent ceac58a9f0
commit 0977318801
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
};