Start work on private projects

This commit is contained in:
Max Brunsfeld 2022-05-27 18:03:51 -07:00
parent 3ffbd56c65
commit a60fef52c4
4 changed files with 108 additions and 17 deletions

View file

@ -2407,6 +2407,7 @@ pub fn open_paths(
cx.add_window((app_state.build_window_options)(), |cx| {
let mut workspace = Workspace::new(
Project::local(
false,
app_state.client.clone(),
app_state.user_store.clone(),
app_state.languages.clone(),
@ -2463,6 +2464,7 @@ fn open_new(app_state: &Arc<AppState>, cx: &mut MutableAppContext) {
let (window_id, workspace) = cx.add_window((app_state.build_window_options)(), |cx| {
let mut workspace = Workspace::new(
Project::local(
false,
app_state.client.clone(),
app_state.user_store.clone(),
app_state.languages.clone(),