Commit 33d7940
Pepper Pancoast
Add missing diagnostic message for private method quick fix
Fixes #37782
The code fix logic for adding missing private methods already existed
in fixAddMissingMember.ts (code 90038), but the diagnostic message
was missing from diagnosticMessages.json.
Added 'Declare private method {0}' message with code 90038 to enable
the quick fix to appear in the IDE.1 parent cdc205d commit 33d7940
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7490 | 7490 | | |
7491 | 7491 | | |
7492 | 7492 | | |
| 7493 | + | |
| 7494 | + | |
| 7495 | + | |
| 7496 | + | |
7493 | 7497 | | |
7494 | 7498 | | |
7495 | 7499 | | |
| |||
0 commit comments