megel / powerapps-helper

MIT License
27 stars 3 forks source link

Unable to "Download and Unpack Power App" #1

Closed Lilian1331 closed 3 years ago

Lilian1331 commented 3 years ago

Thanks for the extension. it is great! However I met some issues when I tried to download the package. When I click on "Download and unpack Power App". There is a error pop up and no file has been generated. image

I expected I will get the unpack folder for the app. May I know is there anything wrong with my installation or do I need to download the pasopa by myself? My extension version: v0.3.1

Thanks for the help!

megel commented 3 years ago

Thanks for the report. This happens, because you haven't setup the PASopa.exe in your settings. this is part of the requirements described in readme.md Please clone the repo from Microsoft and build the PASopa.exe. afterwards configure the path in VSCode extension settings.

I will include in the next release a better error handling in case, the PASopa.exe is not found.

megel commented 3 years ago

Here is the link to the repository: https://github.com/microsoft/PowerApps-Language-Tooling

megel commented 3 years ago

Hi @Lilian1331, I will include a check and a warning, when the PowerApps Language Tool is not present like this: image

What do you think - is this OK?

megel commented 3 years ago

@Lilian1331 the check is included in current release and the documentation points direct to the requirement. I will close this issue.

Lilian1331 commented 3 years ago

@Lilian1331 the check is included in current release and the documentation points direct to the requirement. I will close this issue.

Thanks!