Skip to content

Commit 75ed96b

Browse files
committed
todo to remove legacy support
1 parent 8634e57 commit 75ed96b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/platform/history/electron-main/historyMainService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ export class HistoryMainService implements IHistoryMainService {
262262
}
263263
}
264264
} else if (Array.isArray(storedRecents.workspaces)) {
265+
// TODO legacy support can be removed at some point (6 month?)
265266
// format of 1.25 and before
266267
for (const workspace of storedRecents.workspaces) {
267268
if (typeof workspace === 'string') {

0 commit comments

Comments
 (0)