Remove immediate flush mode
Allow flush method to be called publicly. This is a better, simpler solution, that allows for better control over flushing.
This commit is contained in:
parent
520c433af5
commit
5344296c9a
4 changed files with 27 additions and 36 deletions
|
@ -1258,9 +1258,7 @@ impl Workspace {
|
|||
}
|
||||
|
||||
pub fn open(&mut self, _: &Open, cx: &mut ViewContext<Self>) {
|
||||
self.client()
|
||||
.telemetry()
|
||||
.report_app_event("open project", false);
|
||||
self.client().telemetry().report_app_event("open project");
|
||||
let paths = cx.prompt_for_paths(PathPromptOptions {
|
||||
files: true,
|
||||
directories: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue