We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f5ade commit 4ffd923Copy full SHA for 4ffd923
src/node/routes/vscode.ts
@@ -49,11 +49,6 @@ export class CodeServerRouteWrapper {
49
let folder = undefined
50
let workspace = undefined
51
52
- if (WORKSPACE_WAS_CLOSED) {
53
- delete lastOpened.folder
54
- delete lastOpened.workspace
55
- }
56
-
57
// Redirect to the last folder/workspace if nothing else is opened.
58
if (HAS_LAST_OPENED_FOLDER_OR_WORKSPACE && !IGNORE_LAST_OPENED) {
59
folder = lastOpened.folder
0 commit comments