Temp disable new proposed api check. (#183165)

If this went out before the copilot chat extension update went out, it would break the extension
This commit is contained in:
Rob Lourens
2023-05-22 15:56:30 -07:00
committed by GitHub
parent 41766c0c7a
commit fb46eb97a3

View File

@@ -1292,7 +1292,8 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
return extHostChat.sendInteractiveRequestToProvider(providerId, message);
},
get onDidPerformUserAction() {
checkProposedApiEnabled(extension, 'interactiveUserActions');
// TODO this needs to be staged with a copilot chat update
// checkProposedApiEnabled(extension, 'interactiveUserActions');
return extHostChat.onDidPerformUserAction;
}
};