Move command palette filter into collections crate

Filter out copilot commands from command palette when not active
This commit is contained in:
Mikayla Maki 2023-03-28 20:13:17 -07:00
parent aea8475d30
commit 0b0c7e4ce9
7 changed files with 76 additions and 51 deletions

View file

@ -9,6 +9,7 @@ path = "src/copilot.rs"
doctest = false
[dependencies]
collections = { path = "../collections" }
gpui = { path = "../gpui" }
language = { path = "../language" }
settings = { path = "../settings" }