vcs_menu: Query branches on open instead of per keystroke (#3144)

Release Notes:

- Improved performance of branch picker by querying branches on menu
open instead of querying once per each keystroke. (fixes
zed-industries/community#2161)
This commit is contained in:
Piotr Osiewicz 2023-10-21 14:01:01 +02:00 committed by GitHub
parent 26638748bb
commit fc37abc356
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 67 additions and 67 deletions

View file

@ -7,6 +7,7 @@ publish = false
[dependencies]
fuzzy = {path = "../fuzzy"}
fs = {path = "../fs"}
gpui = {path = "../gpui"}
picker = {path = "../picker"}
util = {path = "../util"}