ObliviousHarmony / vscode-php-codesniffer

A VS Code extension for integrating PHP_CodeSniffer.
https://marketplace.visualstudio.com/items?itemName=obliviousharmony.vscode-php-codesniffer
Other
38 stars 2 forks source link

Possible First Start Failure #77

Closed ObliviousHarmony closed 10 months ago

ObliviousHarmony commented 10 months ago

Description

When trying to set the extension up with Jetpack it was observed that the extension did not work after initial setup until VSC was restarted.

Reproduction Steps

  1. Make sure there are no User config rules.
  2. Clone fresh project with existing rules
  3. Turn on extension
  4. Does it work?
  5. Restart VSC if it doesn't, does it work now?

Expected Behavior

After changing the settings they should immediately reflect those changes.

ObliviousHarmony commented 10 months ago

If this is a bug that exists, maybe the document isn't being tracked or something? Some config option cached in some way that doesn't get erased?

ObliviousHarmony commented 10 months ago

I can't seem to reproduce this. It might have been fixed by one of the other changes though so I'm just going to close it.