Skip to content

Commit 47432a1

Browse files
authored
Update workbench.ts (microsoft#146364)
Remove outdated code
1 parent 95e8eca commit 47432a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/vs/code/browser/workbench/workbench.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,7 @@ class WorkspaceProvider implements IWorkspaceProvider {
341341
});
342342

343343
// If no workspace is provided through the URL, check for config
344-
// attribute from server and fallback to last opened workspace
345-
// from storage
344+
// attribute from server
346345
if (!foundWorkspace) {
347346
if (config.folderUri) {
348347
workspace = { folderUri: URI.revive(config.folderUri) };

0 commit comments

Comments
 (0)