You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like custom error messages set in rules like no-restricted-syntax, no-restricted-globals, no-restricted-imports, @typescript-eslint/no-restricted-imports, etc. to support basic formatting. Namely to have clickable links and support backticks for code:
I'm not sure if this is rather a core ESLint issue, if so, please let me know and I'll re-open over there.
The text was updated successfully, but these errors were encountered:
Samuel-Therrien-Beslogic
changed the title
Support basic formatting for no-restricted-*
Support basic formatting in hint popup for no-restricted-*Oct 17, 2023
This is currently not possible. Major reason is that VS Code doesn't support messages for diagnostics other than strings. I will keep the issue around but it needs to be supported by VS Code first.
I'd like custom error messages set in rules like
no-restricted-syntax
,no-restricted-globals
,no-restricted-imports
,@typescript-eslint/no-restricted-imports
, etc. to support basic formatting. Namely to have clickable links and support backticks for code:I'm not sure if this is rather a core ESLint issue, if so, please let me know and I'll re-open over there.
The text was updated successfully, but these errors were encountered: