-
Notifications
You must be signed in to change notification settings - Fork 646
Watch window broken #1714
Comments
@mbenkmann Thanks for reporting! I can repro. Until we release a fix for this, please add If you want to continue to use the v1 apis and not change your debug config as described above, then you can use the 0.6.80 version of the extension by downloading the vsix from https://github.com/Microsoft/vscode-go/releases/tag/0.6.80 . Add cc @lggomez This is a regression from the changes we made to the debug adapter |
I'm looking at it @ramya-rao-a |
The rpc name for the v1 api was missing for watch requests, it seems to be working now on the attached PR. PTAL @ramya-rao-a |
Thanks @lggomez! That was my mistake. I didnt include the right rpc name when I brought back v1 support. @mbenkmann Can you add I'll release an update next week with the fix. |
EDIT: I actually find a way to hack it, by editing the |
This is fixed in the latest version of the Go extension (0.6.83) |
The latest update (0.6.81) has broken the Watches window. Just try setting any watch expression while debugging.
The text was updated successfully, but these errors were encountered: