mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
saveWorkspace on renderer
This commit is contained in:
@@ -245,5 +245,5 @@ CommandsRegistry.registerCommand('_workbench.enterWorkspace', async function (ac
|
||||
}
|
||||
}
|
||||
|
||||
return workspaceEditingService.enterWorkspace(workspace.fsPath);
|
||||
return workspaceEditingService.enterWorkspace(workspace);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user