removed copilot from generated schema and command palette

This commit is contained in:
Mikayla Maki 2023-04-03 21:38:26 -07:00
parent 6bfecd7f66
commit 47de4dcd32
5 changed files with 43 additions and 5 deletions

View file

@ -20,6 +20,7 @@ fs = { path = "../fs" }
anyhow = "1.0.38"
futures = "0.3"
theme = { path = "../theme" }
staff_mode = { path = "../staff_mode" }
util = { path = "../util" }
json_comments = "0.2"
postage = { workspace = true }