Skip to content

Commit fb46eb9

Browse files
authored
Temp disable new proposed api check. (microsoft#183165)
If this went out before the copilot chat extension update went out, it would break the extension
1 parent 41766c0 commit fb46eb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

0 commit comments

Comments
 (0)