We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e8eca commit 47432a1Copy full SHA for 47432a1
src/vs/code/browser/workbench/workbench.ts
@@ -341,8 +341,7 @@ class WorkspaceProvider implements IWorkspaceProvider {
341
});
342
343
// If no workspace is provided through the URL, check for config
344
- // attribute from server and fallback to last opened workspace
345
- // from storage
+ // attribute from server
346
if (!foundWorkspace) {
347
if (config.folderUri) {
348
workspace = { folderUri: URI.revive(config.folderUri) };
0 commit comments