This commit is contained in:
Conrad Irwin 2025-07-15 19:42:40 +00:00 committed by GitHub
parent ec52e9281a
commit 14123fe427
282 changed files with 3429 additions and 16553 deletions

View file

@ -34,11 +34,6 @@ impl ExtensionSlashCommandProxy for SlashCommandRegistryProxy {
self.slash_command_registry
.register_command(ExtensionSlashCommand::new(extension, command), false)
}
fn unregister_slash_command(&self, command_name: Arc<str>) {
self.slash_command_registry
.unregister_command_by_name(&command_name)
}
}
/// An adapter that allows an [`LspAdapterDelegate`] to be used as a [`WorktreeDelegate`].