Move command palette filter into collections crate
Filter out copilot commands from command palette when not active
This commit is contained in:
parent
aea8475d30
commit
0b0c7e4ce9
7 changed files with 76 additions and 51 deletions
|
@ -9,6 +9,7 @@ path = "src/copilot.rs"
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
collections = { path = "../collections" }
|
||||
gpui = { path = "../gpui" }
|
||||
language = { path = "../language" }
|
||||
settings = { path = "../settings" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue