tilt-extensions
tilt-extensions copied to clipboard
uibutton, boolean type: Is it possible to reflect the current state of the button in text or the image/style?
I got some microservices defined in a monorepo, and the goal with tilt is to be able to run them, and if activate a switch/bool button I will rerun the service, but now with the debug service that tries to connect back to my IDE.
I'm thinking this is possible with a bool button, but would be nicer with a switch á la the one user for Trigger Mode. (Thinking about it, I would also like support for an "oneof" restriction over all resources for the toggle too so that only one may connect at the time)
Optimally I would have a button just called "connect debugger", which invokes a command that tells IntelliJ that I want to connect, but that is not supported by Jetbrains..