gbrueckl / PowerBI-VSCode

A VSCode extension to manage your PowerBI tenant using the Power BI REST API
MIT License
60 stars 12 forks source link

Way too easy to delete objects by mistake #11

Closed mihair88 closed 1 year ago

mihair88 commented 1 year ago

Thank you for the work put into this, it has great potential. But for now I'm actually scared to even try out the extension.

Suggesting to remove the "delete / unassign from capacity" buttons from the inline context and hide them behind a right-click context menu or something similar, and also to add a confirmation window.

gbrueckl commented 1 year ago

good points! will hide/move the buttons and add another confirmation for sensitive operations/commands

gbrueckl commented 1 year ago

this change is also part of the prelease-v1.0.0 https://github.com/gbrueckl/PowerBI-VSCode/releases/tag/v1.0.0-prerelease

you can install it manually and test if it works better for you now. There are two ways for confirmation - a simple Yes/No selection or a textbox where you need to enter the name of e.g. the workspace again to unassign it

gbrueckl commented 1 year ago

this has been fixed with v1.0.0