After VSCode is attached make change in a .xml file and save it.
While the CLI is livesyncing the changed file, make another change to the file and save it again (you have to be fast).
The expected result is to have the file sync-ed again. The actual result is the extension crashes with the following error:
[NSDebugAdapter] Connection to target application successfully enabled
Suppressing debugging client.
Frontend client connected.
Backend socket created.
Error: read ECONNRESET
at exports._errnoException (util.js:1018:11)
at TCP.onread (net.js:572:26)
[NSDebugAdapter] The tns command finished its execution with code 120.
Step to reproduce:
Launch on iOS
.xml
file and save it.