Start on copilot completions

This commit is contained in:
Antonio Scandurra 2023-03-23 14:45:14 +01:00 committed by Mikayla Maki
parent 8ba9e63ab8
commit 180371929b
3 changed files with 72 additions and 3 deletions

View file

@ -10,6 +10,7 @@ doctest = false
[dependencies]
gpui = { path = "../gpui" }
language = { path = "../language" }
settings = { path = "../settings" }
lsp = { path = "../lsp" }
util = { path = "../util" }