shopwareLabs / sw-cli-tools

The shopware CLI tools are your console helpers for all kind of shopware tasks
MIT License
84 stars 52 forks source link

Invalid VCS root mapping in PhpStorm #88

Closed mitelg closed 7 years ago

mitelg commented 7 years ago

if you install a plugin via the command sw plugin:install and the plugin is build after the new plugin system you will get an error in PhpStorm regarding an invalid VCS root mapping.

The directory /.../engine/Shopware/Plugins/Local/Frontend/SwagTest is registered as a Git root, but no Git repositories were found there.

bcremer commented 7 years ago

Should be fixed here: https://github.com/shopwareLabs/sw-cli-tools/blob/master/src/Extensions/Shopware/Plugin/Services/Install.php#L90

mitelg commented 7 years ago

fixed with 7a113be66722bf88406a97ff98c637d15d380997