ikappas / vscode-composer

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

The command "composer: init" doesn't work #25

Open luanmarques1789 opened 2 years ago

luanmarques1789 commented 2 years ago

The problem

I tried to start composer via the command option composer init, but nothing happened, i.e., the file composer.json wasn't created.

Step-by-step what I have done:

Step 1:

step 1 - composer vscode

Step 2:

step 2 - composer vscode

I pressed the key Enter, then... nothing at all on explorer...

image


Informations:

O.S.: popOS 22,04 LTS VS Code: 1.69.0 (x64)

Furthermore, I have configured the composer path correctly.

{
    "composer.executablePath": "/usr/local/bin/composer"
}