Create copilot auth popup UI
This commit is contained in:
parent
da81ff3295
commit
6ff09865eb
12 changed files with 253 additions and 170 deletions
|
@ -475,7 +475,7 @@ mod tests {
|
|||
.update(cx, |copilot, cx| copilot.sign_in(cx))
|
||||
.await
|
||||
.unwrap();
|
||||
dbg!(copilot.read_with(cx, |copilot, _| copilot.status()));
|
||||
copilot.read_with(cx, |copilot, _| copilot.status());
|
||||
|
||||
let buffer = cx.add_model(|cx| language::Buffer::new(0, "fn foo() -> ", cx));
|
||||
dbg!(copilot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue