ikappas / vscode-composer

PHP Composer for Visual Studio Code
MIT License
24 stars 7 forks source link

Set default composer executable path to 'composer' #26

Open seebz opened 2 years ago

seebz commented 2 years ago

This PR defines a default value (composer) for the composer.executablePath setting. It works on setups where composer is available globally (through the PATH environment variable).

Should fix #12 (at least the first message from @Baneeishaque).

Please note that the README still needs to be updated to reflect this change.