ikappas / vscode-phpcs

PHP CodeSniffer for Visual Studio Code
MIT License
128 stars 56 forks source link

Extension limited by permissions? #161

Open welblaud opened 4 years ago

welblaud commented 4 years ago

I have just installed the php-cs-fixer via Composer locally in my project on a remote machine and got this message:

phpcs: Unable to locate phpcs. Command failed: "/usr/local/vufind" --version /bin/sh: 1: /usr/local/vufind: Permission denied

I guess it might be because the app is not in the usual user directory. Is there a way to overcome this?