We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5279fd commit 04968abCopy full SHA for 04968ab
1 file changed
src/harness/tsconfig.json
@@ -73,6 +73,13 @@
73
"../services/formatting/rulesProvider.ts",
74
"../services/formatting/smartIndenter.ts",
75
"../services/formatting/tokenRange.ts",
76
+ "../services/codefixes/fixClassDoesntImplementInheritedAbstractMember.ts",
77
+ "../services/codefixes/fixClassIncorrectlyImplementsInterface.ts",
78
+ "../services/codefixes/fixClassSuperMustPrecedeThisAccess.ts",
79
+ "../services/codefixes/fixConstructorForDerivedNeedSuperCall.ts",
80
+ "../services/codefixes/fixes.ts",
81
+ "../services/codefixes/fixExtendsInterfaceBecomesImplements.ts",
82
+ "../services/codefixes/fixRemoveAbstractModifierInNonAbstractClass.ts",
83
"harness.ts",
84
"sourceMapRecorder.ts",
85
"harnessLanguageService.ts",
0 commit comments