DebugAdapterTracker-onDidSendMessage(): theia sends string, vscode sends object #7470
Labels
bug
bugs found in the application
debug
issues that related to debug functionality
help wanted
issues meant to be picked up, require help
vscode
issues related to VSCode compatibility
Description
It seems that theia sends string to method onDidSendMessage() in DebugAdapterTracker comparing to vscode that sends object.
Reproduction Steps
Debug onDidSendMessage() implementation of DebugAdapterTracker in theia and in vscode.
OS and Theia version:
OS: ubuntu wsl 18.04 in windows 10
Theia version: @theia/example-browser 0.16.0
Diagnostics:
Theia sends json string, vscode sends json object.
The text was updated successfully, but these errors were encountered: