diff --git a/crates/zed/src/languages/php.rs b/crates/zed/src/languages/php.rs index 2607dc410bc0352eb801d923ebfd30ca7e0f704c..6a01d00300997862532178f24cc6ad518c2c093b 100644 --- a/crates/zed/src/languages/php.rs +++ b/crates/zed/src/languages/php.rs @@ -45,9 +45,6 @@ impl LspAdapter for IntelephenseLspAdapter { &self, _delegate: &dyn LspAdapterDelegate, ) -> Result> { - // At the time of writing the latest vscode-eslint release was released in 2020 and requires - // special custom LSP protocol extensions be handled to fully initialize. Download the latest - // prerelease instead to sidestep this issue Ok(Box::new(IntelephenseVersion( self.node.npm_package_latest_version("intelephense").await?, )) as Box<_>)