saveWorkspace on renderer

This commit is contained in:
Martin Aeschlimann
2019-01-24 15:33:07 +01:00
parent 7a9f7e5e1f
commit 50a0e6e8c1
15 changed files with 201 additions and 83 deletions

View File

@@ -245,5 +245,5 @@ CommandsRegistry.registerCommand('_workbench.enterWorkspace', async function (ac
}
}
return workspaceEditingService.enterWorkspace(workspace.fsPath);
return workspaceEditingService.enterWorkspace(workspace);
});