提交 b134ef4a 编写于 作者: B Benjamin Pasero

history - increase limit (fix #63853)

上级 a1627403
...@@ -99,7 +99,7 @@ export class HistoryService extends Disposable implements IHistoryService { ...@@ -99,7 +99,7 @@ export class HistoryService extends Disposable implements IHistoryService {
private static readonly STORAGE_KEY = 'history.entries'; private static readonly STORAGE_KEY = 'history.entries';
private static readonly MAX_HISTORY_ITEMS = 200; private static readonly MAX_HISTORY_ITEMS = 200;
private static readonly MAX_STACK_ITEMS = 20; private static readonly MAX_STACK_ITEMS = 50;
private static readonly MAX_RECENTLY_CLOSED_EDITORS = 20; private static readonly MAX_RECENTLY_CLOSED_EDITORS = 20;
private activeEditorListeners: IDisposable[]; private activeEditorListeners: IDisposable[];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册