remove old slash commands proposal (#190154)

This commit is contained in:
Johannes Rieken
2023-08-10 14:19:07 +02:00
committed by GitHub
parent 6c683c327c
commit bc4e606f7a
8 changed files with 15 additions and 129 deletions

View File

@@ -1316,14 +1316,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
}
};
// namespace: interactiveSlashCommands
const interactiveSlashCommands: typeof vscode.interactiveSlashCommands = {
registerSlashCommandProvider(chatProviderId: string, provider: vscode.InteractiveSlashCommandProvider) {
checkProposedApiEnabled(extension, 'interactiveSlashCommands');
return extHostChat.registerSlashCommandProvider(extension, chatProviderId, provider);
}
};
// namespace: ai
const ai: typeof vscode.ai = {
registerSemanticSimilarityProvider(provider: vscode.SemanticSimilarityProvider) {
@@ -1355,13 +1347,12 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
authentication,
commands,
comments,
chat,
debug,
env,
extensions,
interactive,
interactiveSlashCommands,
l10n,
chat,
languages,
notebooks,
scm,