petrbroz / vscode-forge-tools

Visual Studio Code extension for accessing Autodesk Forge services and content.
https://marketplace.visualstudio.com/items?itemName=petrbroz.vscode-forge-tools
MIT License
74 stars 17 forks source link

Webhooks panel does not update after switching environment #36

Closed adamenagy closed 3 years ago

adamenagy commented 3 years ago

Webhooks panel content does not update after switching environment and it does not have a refresh button either that I could click :(

petrbroz commented 3 years ago

Good catch, thanks! When switching environments, I forgot to refresh the webhookTreeProvider. Fixed: https://github.com/petrbroz/vscode-forge-tools/commit/93b08c6ced5be9ae105fa261f632be63d1977a95.

I also added a manual refresh button: https://github.com/petrbroz/vscode-forge-tools/commit/ba9b9eb2b4b0d3fee12ce432ff2502aa06cc1fd1.