viperet / vscode-magento-wizard

Helps develop Magento 2 extensions using VSCode
36 stars 16 forks source link

Doesn't work with git submodules #43

Open WebKenth opened 1 year ago

WebKenth commented 1 year ago

As title explains

Context aware plugin would be appreciated

If you add a module as a git submodule this plugin will not acknowledge that the files you are working on are in fact magento. This is not good behaviour

Would be helpful if we could toggle it on/off. We are developers we typically know which files we are working with ;)

viperet commented 1 year ago

Hi @WebKenth, most of the MagentoWizard's functions require Magento 2 files, so VSCode workspace folder should contain Magento 2 install for it to work correctly. As I understand you have only a module in your workspace folder?