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
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..
The text was updated successfully, but these errors were encountered:
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..
The text was updated successfully, but these errors were encountered: