open new buffer (#11203)
Release Notes: - Allow creating new untitled buffers in remote projects TODO: - Add a Test - Fix version number check
This commit is contained in:
parent
28bcc95468
commit
3752ed294d
19 changed files with 276 additions and 111 deletions
|
@ -3394,7 +3394,9 @@ mod tests {
|
|||
})
|
||||
.unwrap();
|
||||
|
||||
// "Save as"" the buffer, creating a new backing file for it
|
||||
cx.executor().run_until_parked();
|
||||
|
||||
// "Save as" the buffer, creating a new backing file for it
|
||||
let save_task = workspace
|
||||
.update(cx, |workspace, cx| {
|
||||
workspace.save_active_item(workspace::SaveIntent::Save, cx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue