# 🐞 Bug report ## Description Expect: Accessibility hints to be visible in angular html files while coding in VS code. Actual: No hints are showing in vs code. ## Details webhint version - 7.1.12 OS version - Sonoma 14.5 angular version - 16.1.2 .hintrc file contents: `{ "extends": ["accessibility"] }` I have also installed the extension and restarted VS code and computer. Is this extension meant to work with angular as well?