mirror of
https://github.com/kbwo/testing-language-server.git
synced 2025-07-24 11:23:42 +00:00
change adapter specification
This commit is contained in:
parent
a3eaa5ce67
commit
4a4f5411e4
5 changed files with 16 additions and 37 deletions
|
@ -8,7 +8,8 @@ license = "MIT"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
testing-language-server = "0.0.1"
|
||||
# testing-language-server = "0.0.1"
|
||||
testing-language-server = { path = "../../" }
|
||||
lsp-types = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue