Tidy up LSP (#17973)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-09-18 11:15:46 -06:00 committed by GitHub
parent eda7e88fd4
commit 826777a257
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 14 additions and 27 deletions

View file

@ -38,7 +38,7 @@ impl LspAdapter for ExtensionLspAdapter {
fn get_language_server_command<'a>(
self: Arc<Self>,
_: Arc<Path>,
_: Option<Arc<Path>>,
delegate: Arc<dyn LspAdapterDelegate>,
_: futures::lock::MutexGuard<'a, Option<LanguageServerBinary>>,
_: &'a mut AsyncAppContext,