Remove unused cyclic dependency from copilot crate
Move notification handling earlier so that there are less copilot messages in the log
This commit is contained in:
parent
6ee0d104d6
commit
39512655aa
4 changed files with 9 additions and 10 deletions
|
@ -47,4 +47,3 @@ lsp = { path = "../lsp", features = ["test-support"] }
|
|||
rpc = { path = "../rpc", features = ["test-support"] }
|
||||
settings = { path = "../settings", features = ["test-support"] }
|
||||
util = { path = "../util", features = ["test-support"] }
|
||||
workspace = { path = "../workspace", features = ["test-support"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue