So I have a VSCode extension, Error Lens - Visual Studio Marketplace, that brightly highlights errors and warnings, making them easy to spot when scrolling through code
Though for some reason it’s not highlighting anything in my res files
I tried another error gutter extension but that one isn’t working either, so I’m assuming this has something to do with the way the extension presents the error? Is this something fixable?
I’m finding it a little hard to spot errors as I refactor portions of my codebase, so this would be a nice thing to have!