vscode-php-codesniffer icon indicating copy to clipboard operation
vscode-php-codesniffer copied to clipboard

Stubs File Linting Errors

Open ObliviousHarmony opened this issue 6 months ago • 1 comments

Description

Despite being excluded via **/node_modules/**, this error appears:

Failed to locate a PHPCS configuration file for "/Users/obliviousharmony/.vscode/extensions/bmewburn.vscode-intelephense-client-1.12.4/node_modules/intelephense/lib/stub/standard/standard_9.php".

Reproduction Steps

  1. Use Intelephense
  2. Navigate to source, in my case, using CMD + Left Click on a function like array_intersect().

Expected Behavior

There should be no error. This might indicate a deeper problem with config file resolution for excluded files but that's just a theory.

ObliviousHarmony avatar Aug 31 '24 19:08 ObliviousHarmony