Add a command to enter a workspace without window reload #54335
Labels
feature-request
Request for new features or functionality
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
This will help extensions like LiveShare that create ad-hoc workspaces to perform the switch from empty window to workspace without a window reload much faster.
Verify:
vscode.commands.executeCommand('_workbench.enterWorkspace', vscode.Uri.file('<path to workspace file'));
The text was updated successfully, but these errors were encountered: