Co-authored-by: William Giraldo <william.giraldo@nuorder.com>
This commit is contained in:
MVelez94 2021-11-01 02:47:06 -05:00 committed by GitHub
parent 0b686400e3
commit 6f3f664261
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ export interface IWorkspacesHistoryMainService {
export class WorkspacesHistoryMainService extends Disposable implements IWorkspacesHistoryMainService {
private static readonly MAX_TOTAL_RECENT_ENTRIES = 100;
private static readonly MAX_TOTAL_RECENT_ENTRIES = 500;
private static readonly MAX_MACOS_DOCK_RECENT_WORKSPACES = 7; // prefer higher number of workspaces...
private static readonly MAX_MACOS_DOCK_RECENT_ENTRIES_TOTAL = 10; // ...over number of files