We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41766c0 commit fb46eb9Copy full SHA for fb46eb9
src/vs/workbench/api/common/extHost.api.impl.ts
@@ -1292,7 +1292,8 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
1292
return extHostChat.sendInteractiveRequestToProvider(providerId, message);
1293
},
1294
get onDidPerformUserAction() {
1295
- checkProposedApiEnabled(extension, 'interactiveUserActions');
+ // TODO this needs to be staged with a copilot chat update
1296
+ // checkProposedApiEnabled(extension, 'interactiveUserActions');
1297
return extHostChat.onDidPerformUserAction;
1298
}
1299
};
0 commit comments