Closed
Description
- VSCode Version: 1.7.2
- OS Version: Windows 10
I'm trying to implement a debug adapter for the julia language. At this stage I'm just trying to get the Ctrl+F5 functionality going. I'm using the RunInTerminalRequest
to start the current julia script. How can I get the process ID for the instance of julia that I'm starting in that way? The RunInTerminalResponse
has an optional field processId
, but the response I get for my RunInTerminal
request never contains that information. I tried both the integrated
and external
option for kind
, but in neither case do I get a process id back.