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

fix #15349

上级 9afd40fc
......@@ -97,7 +97,7 @@ export class QuickFixController implements IEditorContribution {
if (kb) {
title = nls.localize('quickFixWithKb', "Show Fixes ({0})", this._keybindingService.getLabelFor(kb));
} else {
title = nls.localize('quickFix', "Show Fixes", this._keybindingService.getLabelFor(kb));
title = nls.localize('quickFix', "Show Fixes");
}
this._lightBulbWidget.getDomNode().title = title;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册