lispercat / sailpoint-iiq-dev-accelerator

VSCode extension to accelerate and facilitate development by directly interacting with the target Sailpoint IIQ server
MIT License
30 stars 11 forks source link

Latest version sailpoint-iiq-dev-accelerator-1.0.29 not working #21

Closed martinwoit closed 2 years ago

martinwoit commented 2 years ago

Hi @lispercat, the latest version is destroying the extension and the result messages are like this:

Command 'iiq: Evaluate BeanShell Script' resulted in an error (command 'iiq-dev-accelerator.evalBS' not found) or Command 'iiq: Get Object' resulted in an error (command 'iiq-dev-accelerator.getObject' not found)

martinwoit commented 2 years ago

I switched now back to 1.0.27 with this help: https://code.visualstudio.com/updates/v1_30#_install-previous-versions

lispercat commented 2 years ago

Thanks, Martin, I'll check it.

On Thu, Jan 6, 2022 at 7:45 AM Martin Woit @.***> wrote:

I switched now back to 1.0.27 with this help: https://code.visualstudio.com/updates/v1_30#_install-previous-versions

— Reply to this email directly, view it on GitHub https://github.com/lispercat/sailpoint-iiq-dev-accelerator/issues/21#issuecomment-1006558624, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACCZBZQN75EJDSPRJTH3HLUUWFFNANCNFSM5LMH4D5A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

lispercat commented 2 years ago

I pushed a 1.0.30 which is essentially a rollback to 1.0.27. The issue is that some node's module doesn't property get installed by the plugin install system. If you run "npm install" in the folder, it does load all the files, but the regular vscode install doesn't for some reason. Now that I reverted the damage, I'll investigate the issue and post a real fix.

On Thu, Jan 6, 2022 at 2:02 PM Andrei Stebakov @.***> wrote:

Thanks, Martin, I'll check it.

On Thu, Jan 6, 2022 at 7:45 AM Martin Woit @.***> wrote:

I switched now back to 1.0.27 with this help: https://code.visualstudio.com/updates/v1_30#_install-previous-versions

— Reply to this email directly, view it on GitHub https://github.com/lispercat/sailpoint-iiq-dev-accelerator/issues/21#issuecomment-1006558624, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACCZBZQN75EJDSPRJTH3HLUUWFFNANCNFSM5LMH4D5A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

lispercat commented 2 years ago

The bug was fixed in 1.0.30