You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When developing in VS Code, we often switch between the dev org and the production org to retrieve and compare files.
It sometime happens that we push code by mistake to the wrong org. It's okay with Apex classes as it launch the test classes automatically in production, but with Visualforce components or LWC it uploads it right away.
Describe the solution you'd like
A setting that changes the StatusBar color if the default org is the production one (Checkbox).
Another setting to choose what color is used (Hexadecimal input)
Describe alternatives you've considered
I've considered changing the ActivityBar into another color, or the StatusBarItem that displays the current org, but I think it would be too big and too subtle respectively.
Hi @PierreVanobbergen, This is a great improvement that can prevent many unintentional deploys. Yes, we are interested in this and will be happy to review your PR! 😁
Thank you for your work to improve the usability of our extensions.
Is your feature request related to a problem? Please describe.
When developing in VS Code, we often switch between the dev org and the production org to retrieve and compare files.
It sometime happens that we push code by mistake to the wrong org. It's okay with Apex classes as it launch the test classes automatically in production, but with Visualforce components or LWC it uploads it right away.
Describe the solution you'd like
A setting that changes the StatusBar color if the default org is the production one (Checkbox).
Another setting to choose what color is used (Hexadecimal input)
Describe alternatives you've considered
I've considered changing the ActivityBar into another color, or the StatusBarItem that displays the current org, but I think it would be too big and too subtle respectively.
Additional context
The idea comes from this extension: https://chromewebstore.google.com/detail/org-header-for-salesforce/bhnfbnhpmnfacebccnjjoeecgmnbhjam
I already implemented it to test if it could be done, I came up with this:
Screen.Recording.2024-03-22.at.12.47.09.mov
Let me know if you would be interested by.a PR!
The text was updated successfully, but these errors were encountered: