Skip to content

Commit 0977318

Browse files
authored
Restore proposed API check (microsoft#183487)
Now that the copilot chat extension is updated and this won't break it
1 parent ceac58a commit 0977318

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/vs/workbench/api/common/extHost.api.impl.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,8 +1292,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
12921292
return extHostChat.sendInteractiveRequestToProvider(providerId, message);
12931293
},
12941294
get onDidPerformUserAction() {
1295-
// TODO this needs to be staged with a copilot chat update
1296-
// checkProposedApiEnabled(extension, 'interactiveUserActions');
1295+
checkProposedApiEnabled(extension, 'interactiveUserActions');
12971296
return extHostChat.onDidPerformUserAction;
12981297
}
12991298
};

0 commit comments

Comments
 (0)