提交 f7d23bcb 编写于 作者: E Erich Gamma

Fix for #39730 always show counts

上级 c585fc65
......@@ -67,7 +67,7 @@ function formatWorkspaceStats(workspaceStats: WorkspaceStats): string {
let col = 0;
const appendAndWrap = (name: string, count: number) => {
const item = count > 1 ? ` ${name}(${count})` : ` ${name}`;
const item = ` ${name}(${count})`;
if (col + item.length > lineLength) {
output.push(line);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册