Skip to content

Commit ecdbe0f

Browse files
committed
fixup! fixup! Implement last opened functionality
1 parent 01a5407 commit ecdbe0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/routes/vscode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ export class CodeServerRouteWrapper {
3131
})
3232
}
3333

34-
// Ew means the workspace was closed so clear the last folder/workspace.
3534
const { query } = await req.settings.read()
3635
if (query) {
36+
// Ew means the workspace was closed so clear the last folder/workspace.
3737
if (req.query.ew) {
3838
delete query.folder
3939
delete query.workspace

0 commit comments

Comments
 (0)