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:
Mikayla Maki 2023-04-21 10:38:36 -07:00
parent 6ee0d104d6
commit 39512655aa
4 changed files with 9 additions and 10 deletions

View file

@ -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"] }