mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
remove old slash commands proposal (#190154)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user