diff --git a/crates/zed/src/languages/php.rs b/crates/zed/src/languages/php.rs index 2607dc410b..6a01d00300 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<_>)