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-28 01:05:48 +08:00 committed by GitHub
parent f1d777434b
commit f88278111e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {