Things I am planning to work on as part of my exploration of how to debug Indel industrial control systems with Visual Studio Code:
Currently, the debug adapter protocol is not implemented correctly in that the launch/attach response is not delayed until after the configurationDone response as specified (clearly) in microsoft/vscode#4902 (comment) and (a little less clearly, in my opinion) in the protocol specs.
I have not seen any adverse effects of this while working in Visual Studio Code, but it would probably be good to correctly implement the protocol anyway.