提交 c131e8bd 编写于 作者: J Johannes Rieken

add logging when running into event cap, https://github.com/microsoft/vscode/issues/108292

上级 adf57aa9
......@@ -55,6 +55,7 @@ export class ExtHostDecorations implements ExtHostDecorationsShape {
// too many resources per event. pick one resource per folder, starting
// with parent folders
this._logService.warn('[Decorations] CAPPING events from decorations provider', extensionId.value, array.length);
const mapped = array.map(uri => ({ uri, rank: count(uri.path, '/') }));
const groups = groupBy(mapped, (a, b) => a.rank - b.rank);
let picked: URI[] = [];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册