Remove TODO in JsonLspAdapter (#15338)

As the post-install issue is fixed via #15331 , we can remove this
`TODO` now. I have tested on win11, it works fine.

Release Notes:

- N/A
This commit is contained in:
张小白
2024-07-27 13:05:48 -04:00
committed by GitHub
parent f1d777434b
commit f88278111e
+1 -3
View File
@@ -166,11 +166,9 @@ impl LspAdapter for JsonLspAdapter {
.await;
if should_install_language_server {
// TODO: the postinstall fails on Windows
self.node
.npm_install_packages(&container_dir, &[(package_name, latest_version.as_str())])
.await
.log_err();
.await?;
}
Ok(LanguageServerBinary {