It looks like there’s a problem with the VS Code Boxlang extension linter. It’s flagging all of my override methods as “unusedPrivateMethod”, and it’s making it hard to edit due to the way it dims the code. These methods are overrides from an extended component.
In the meantime, is there a way to disable the linter or at the very least ignore the unusedPrivateMethod rule? I am not seeing it in the plugin settings.