Merge branch 'main' into copilot
This commit is contained in:
commit
81411b9114
17 changed files with 176 additions and 62 deletions
|
@ -103,7 +103,8 @@ fn main() {
|
|||
.map_err(|_| anyhow!("no listener for open urls requests"))
|
||||
.log_err();
|
||||
}
|
||||
});
|
||||
})
|
||||
.on_reopen(move |cx| cx.dispatch_global_action(NewFile));
|
||||
|
||||
app.run(move |cx| {
|
||||
cx.set_global(*RELEASE_CHANNEL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue