I have created a terminal process in the backend, and used ProcessManager to access to it, and have passed the terminal id to the frontend:
However, in frontend, i don’t know how to open a terminal and acttach to this terminal process.
I have used let term = TerminalFrontendContribution.getById(terminalId)
and TerminalFrontendContribution.activateTerminal(term)
to try, but it didn’t work.
Please help, thank you very much.