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

Experimentally marking a few more quick fixes as preferred

上级 8c6c803c
......@@ -304,9 +304,12 @@ class TypeScriptQuickFixProvider implements vscode.CodeActionProvider {
}
const preferredFixes = new Set([
'annotateWithTypeFromJSDoc',
'constructorForDerivedNeedSuperCall',
'extendsInterfaceBecomesImplements',
'fixClassIncorrectlyImplementsInterface',
'fixUnreachableCode',
'forgottenThisPropertyAccess',
'spelling',
'unusedIdentifier',
]);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册