Clean up from hacking session
This commit is contained in:
Rob Lourens
2023-05-05 09:35:11 -07:00
committed by GitHub
parent aebaec6caf
commit 60fe2d5970
3 changed files with 1 additions and 8 deletions

View File

@@ -1271,6 +1271,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
}
};
// namespace: interactiveSlashCommands
const interactiveSlashCommands: typeof vscode.interactiveSlashCommands = {
registerSlashCommandProvider(chatProviderId: string, provider: vscode.InteractiveSlashCommandProvider) {
checkProposedApiEnabled(extension, 'interactiveSlashCommands');