You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have a project open in my wp-content/ folder of a WordPress install and in it we have a nested sub-project in the wp-content/themes/ directory, [omitted]-2020/. That sub-project has it's own .phpcs.xml.dist file, but the extension does not find phpcs in the wp-content/themes/[omitted]-2020/vendor/bin directory from the wp-content/ level.
Now, if I open the wp-content/themes/[omitted]-2020/ folder directly (totally unchanged), it does find phpcs in vendor/bin and lints correctly.
The text was updated successfully, but these errors were encountered:
So I have a project open in my
wp-content/
folder of a WordPress install and in it we have a nested sub-project in thewp-content/themes/
directory,[omitted]-2020/
. That sub-project has it's own.phpcs.xml.dist
file, but the extension does not findphpcs
in thewp-content/themes/[omitted]-2020/vendor/bin
directory from thewp-content/
level.Now, if I open the
wp-content/themes/[omitted]-2020/
folder directly (totally unchanged), it does findphpcs
invendor/bin
and lints correctly.The text was updated successfully, but these errors were encountered: