ikappas / vscode-composer

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

Composer:Require command #17

Closed neoacevedo closed 2 years ago

neoacevedo commented 3 years ago

What does exactly the command Composer:Require? via command line, I set composer require vendor/package but not else via VSCode command interface.

ikappas commented 2 years ago

@neoacevedo The commands where not conditionally enabled with composer.enabled setting which caused the behaviour you described. Version 0.8.0 is out with an update for this condition, so I am closing this issue. Please feel free to reopen should the issue still persists.