WIP
This commit is contained in:
parent
3d1f522566
commit
cdd5cb16ed
14 changed files with 348 additions and 258 deletions
|
@ -1260,7 +1260,7 @@ impl Workspace {
|
|||
pub fn open(&mut self, _: &Open, cx: &mut ViewContext<Self>) {
|
||||
self.client()
|
||||
.telemetry()
|
||||
.report_app_event("open project", false, cx);
|
||||
.report_app_event("open project", false);
|
||||
let paths = cx.prompt_for_paths(PathPromptOptions {
|
||||
files: true,
|
||||
directories: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue