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

New setting "workbench.editor.labelFormat": "default" does not work (Linux) (fixes #35721)

上级 aef33be9
......@@ -364,7 +364,7 @@ export class TabsTitleControl extends TitleControl {
// Gather duplicate titles, while filtering out invalid descriptions
const mapTitleToDuplicates = new Map<string, AugmentedLabel[]>();
for (const label of labels) {
if (typeof label.description === 'string' && label.description) {
if (typeof label.description === 'string') {
getOrSet(mapTitleToDuplicates, label.name, []).push(label);
} else {
label.description = '';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册