mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
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:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user