add copilot menu
This commit is contained in:
parent
9b8a3e4de5
commit
f16b96cafc
3 changed files with 130 additions and 45 deletions
|
@ -202,7 +202,9 @@ impl Copilot {
|
|||
.spawn({
|
||||
let http = http.clone();
|
||||
let node_runtime = node_runtime.clone();
|
||||
move |this, cx| Self::start_language_server(http, node_runtime, this, cx)
|
||||
move |this, cx| async {
|
||||
Self::start_language_server(http, node_runtime, this, cx).await
|
||||
}
|
||||
})
|
||||
.shared();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue