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 ceac58a commit 0977318Copy full SHA for 0977318
src/vs/workbench/api/common/extHost.api.impl.ts
@@ -1292,8 +1292,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
1292
return extHostChat.sendInteractiveRequestToProvider(providerId, message);
1293
},
1294
get onDidPerformUserAction() {
1295
- // TODO this needs to be staged with a copilot chat update
1296
- // checkProposedApiEnabled(extension, 'interactiveUserActions');
+ checkProposedApiEnabled(extension, 'interactiveUserActions');
1297
return extHostChat.onDidPerformUserAction;
1298
}
1299
};
0 commit comments