mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-29 21:49:33 +00:00
Post-rebase fixes
This commit is contained in:
parent
ff3865a4ad
commit
9e12df43d0
2 changed files with 243 additions and 240 deletions
482
Cargo.lock
generated
482
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -66,7 +66,6 @@ impl LspAdapter for TailwindLspAdapter {
|
|||
let server_path = container_dir.join(SERVER_PATH);
|
||||
|
||||
if fs::metadata(&server_path).await.is_err() {
|
||||
dbg!(&container_dir, version.as_str());
|
||||
self.node
|
||||
.npm_install_packages(
|
||||
&container_dir,
|
||||
|
|
Loading…
Reference in a new issue