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
Currently, when an extension is defined but never used, there is no clear warning. To improve usability, the warning message could follow the style of ESLint's unused variable warnings.
warning: 'health_check' is defined but never used. (unused-extension)
This would make it easier to identify unused extensions. I had an issue where I had lots of extensions and I forgot to include one in the service section. I spent half an hour debugging an issue that could have been resolved immediately.
The text was updated successfully, but these errors were encountered:
Currently, when an extension is defined but never used, there is no clear warning. To improve usability, the warning message could follow the style of ESLint's unused variable warnings.
Example Configuration
Expected Output
This would make it easier to identify unused extensions. I had an issue where I had lots of extensions and I forgot to include one in the
service
section. I spent half an hour debugging an issue that could have been resolved immediately.The text was updated successfully, but these errors were encountered: