Skip to content

Commit

Permalink
Experimentally marking a few more quick fixes as preferred
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Jan 25, 2019
1 parent 8c6c803 commit b36fddf
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,12 @@ class TypeScriptQuickFixProvider implements vscode.CodeActionProvider {
}

const preferredFixes = new Set([
'annotateWithTypeFromJSDoc',
'constructorForDerivedNeedSuperCall',
'extendsInterfaceBecomesImplements',
'fixClassIncorrectlyImplementsInterface',
'fixUnreachableCode',
'forgottenThisPropertyAccess',
'spelling',
'unusedIdentifier',
]);
Expand Down

0 comments on commit b36fddf

Please sign in to comment.