提交 c8ff4489 编写于 作者: M Matt Bierner

Try using fixAllDescription for js/ts quick fixes

Fixes #42549
上级 511feac4
......@@ -271,7 +271,7 @@ export default class TypeScriptQuickFixProvider implements vscode.CodeActionProv
}
const action = new vscode.CodeAction(
localize('fixAllInFileLabel', '{0} (Fix all in file)', tsAction.description),
tsAction.fixAllDescription || localize('fixAllInFileLabel', '{0} (Fix all in file)', tsAction.description),
vscode.CodeActionKind.QuickFix);
action.diagnostics = [diagnostic];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册