Skip to content

Commit 97fc042

Browse files
async trouble
1 parent ee96db1 commit 97fc042

File tree

15 files changed

+400
-1264
lines changed

15 files changed

+400
-1264
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ pg_hover = { path = "./crates/pg_hover", version = "0.0.0" }
3434
pg_inlay_hints = { path = "./crates/pg_inlay_hints", version = "0.0.0" }
3535
pg_lint = { path = "./crates/pg_lint", version = "0.0.0" }
3636
pg_workspace = { path = "./crates/pg_workspace", version = "0.0.0" }
37-
pg_lsp = { path = "./crates/lsp", version = "0.0.0" }
3837

3938
# parser = { path = "./crates/parser", version = "0.0.0" }
4039
# sql_parser = { path = "./crates/sql_parser", version = "0.0.0" }
@@ -43,4 +42,3 @@ pg_lsp = { path = "./crates/lsp", version = "0.0.0" }
4342

4443
[profile.dev.package]
4544
insta.opt-level = 3
46-
similar.opt-level = 3

crates/pg_base_db/src/path.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ impl PgLspPath {
2020
}
2121
}
2222
}
23+

crates/pg_lsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pg_base_db.workspace = true
3232
pg_schema_cache.workspace = true
3333
pg_workspace.workspace = true
3434
pg_diagnostics.workspace = true
35-
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread", "sync"] }
35+
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread", "sync", "time"] }
3636
tokio-util = "0.7.12"
3737
tower-lsp = "0.20.0"
3838

crates/pg_lsp/src/b_server.rs

Lines changed: 0 additions & 338 deletions
This file was deleted.

0 commit comments

Comments
 (0)