Sonjli 6 Posted November 8, 2023 Premise: this is a question on "how to" and not specifically about the IDE. I see that IDE runs some separated processes of the LSP server. - How is this made? - How can IDE "talk" with these sub-processes? - I can also kill these processes and the system continues and also re-run them, how can it be? Thanks in advance Share this post Link to post
Stefan Glienke 2002 Posted November 8, 2023 LSP has an official protocol though I don't know exactly which version and which subset Embarcadero supports - but it's enough to let you use it in VS Code. Share this post Link to post
Sonjli 6 Posted November 8, 2023 2 minutes ago, Stefan Glienke said: LSP has an official protocol though I don't know exactly which version and which subset Embarcadero supports - but it's enough to let you use it in VS Code. Thank you. My question is more stupid and generic. I am not specifically interested with LSP... How can I run my Process with "children" processes as the IDE does with LSP? I am usual to run tasks or threads but I don't see them in Windows "Task manager" Share this post Link to post