When first opening a workspace, PHP files display lint error hints as expected, per the workspace's phpcs.standard setting. However, as soon as the "lint action" happens, all of the hints in the file disappear until the workspace window is re-loaded again.
I tried looking in the "Output" panel for PHP_Codesniffer, but nothing displayed at any time.
Reproduction Steps
Update to latest version of VS Code (not sure if this is the issue)
Open PHP file with linting errors
Make a change (or save, if Save is the linting action). Lint hints may/should disappear.
Reload the editor. Lint hints should reappear.
Expected Behavior
Lint errors/hints persisting after "action" is fired, without having to reload the window.
Please let me know if there's a general debugging statement I can get from VS Code that'll help here. Thank you!
Description
When first opening a workspace, PHP files display lint error hints as expected, per the workspace's
phpcs.standard
setting. However, as soon as the "lint action" happens, all of the hints in the file disappear until the workspace window is re-loaded again.I tried looking in the "Output" panel for
PHP_Codesniffer
, but nothing displayed at any time.Reproduction Steps
Save
is the linting action). Lint hints may/should disappear.Expected Behavior
Lint errors/hints persisting after "action" is fired, without having to reload the window.
Please let me know if there's a general debugging statement I can get from VS Code that'll help here. Thank you!