phpactor / vscode-phpactor

Phpactor VS Code Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`phpactor.update` will error out if phpactor is not installed via git

ctf0 opened this issue · comments

commented

this is related to phpactor/phpactor#2031.

we probably need to check if the pkg is installed through composer or not and exit gracefully, or maybe do the check on the ext start and disable the command all together.