todo to remove legacy support

This commit is contained in:
Martin Aeschlimann 2018-08-08 18:20:57 +02:00
parent 8634e574c8
commit 75ed96b699

View file

@ -262,6 +262,7 @@ export class HistoryMainService implements IHistoryMainService {
}
}
} else if (Array.isArray(storedRecents.workspaces)) {
// TODO legacy support can be removed at some point (6 month?)
// format of 1.25 and before
for (const workspace of storedRecents.workspaces) {
if (typeof workspace === 'string') {