We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8634e57 commit 75ed96bCopy full SHA for 75ed96b
1 file changed
src/vs/platform/history/electron-main/historyMainService.ts
@@ -262,6 +262,7 @@ export class HistoryMainService implements IHistoryMainService {
262
}
263
264
} else if (Array.isArray(storedRecents.workspaces)) {
265
+ // TODO legacy support can be removed at some point (6 month?)
266
// format of 1.25 and before
267
for (const workspace of storedRecents.workspaces) {
268
if (typeof workspace === 'string') {
0 commit comments