Closed
Description
TypeScript Version: 3.3.0-dev.20181208
Search Terms:
getSupportedCodeFixes
Expected behavior:
GetSupportedCodeFixes
calls LanguageService#getSupportedCodeFixes
. LS plugins can intercept this call and add their own error codes for code fixes.
Actual behavior:
GetSupportedCodeFixes
(indirectly) calls codefix.getSupportedErrorCodes()
completely bypassing the LanguageService