It seems that theia sends string to method onDidSendMessage() in DebugAdapterTracker comparing to vscode that sends object.
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.
@tomascechatbroadcomcom what did cause this issue and what was the fault? Could you please tell what extension failed and what errors were printed or any other wrong behaviour?
@tomascechatbroadcomcom what did cause this issue and what was the fault? Could you please tell what extension failed and what errors were printed or any other wrong behaviour?
I've updated my sample extension: https://github.com/ishche/vscode-samples-extension/releases/tag/0.0.2 or https://marketplace.visualstudio.com/items?itemName=x0a.vscode-samples-extension
Steps to reproduce:
Thank you! Will test
Most helpful comment
I've updated my sample extension: https://github.com/ishche/vscode-samples-extension/releases/tag/0.0.2 or https://marketplace.visualstudio.com/items?itemName=x0a.vscode-samples-extension
Steps to reproduce:
Expected: Info message with Type: object
Actual: Info message with Type: string