zed_extension_api: Add default implementation for `language_server_command` (#13234)
Marshall Bowers
created
This PR adds a default implementation for the `language_server_command`
method on the `Extension` trait.
This will allow for extensions to be defined without having to implement
this method, which will be useful for extensions that may just want to
provide slash commands.
Release Notes:
- N/A