diff --git a/src/vs/workbench/api/common/extHost.api.impl.ts b/src/vs/workbench/api/common/extHost.api.impl.ts index 1f67e2a66dd..3970d28ea8d 100644 --- a/src/vs/workbench/api/common/extHost.api.impl.ts +++ b/src/vs/workbench/api/common/extHost.api.impl.ts @@ -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; } };