When developing a plugin on intellij, how can I add a callback to complete a command in the terminal launched via sendCommandToExecute
for TerminalWidget
?
I've tried using addTerminationCallback
, but it doesn't get called. The manually created process cannot be linked to TerminalWidget
.
I am using the terminal plugin version: .jetbrains.plugins.terminal:243.23654.183