Description:
I noticed that the type of some variables are getting displayed as Object. Type of the messageId should be json|error and the type of the responsePayload should be json if I'm not mistaken.
Not sure whether these details are retrieved from the Language Server now.

Steps to reproduce:
Affected Versions:
OS, DB, other environment details and versions:
Related Issues (optional):
Suggested Labels (optional):
Suggested Assignees (optional):
@Shan1024 Current ballerina debugger implementation is based on Debugger Adapter Protocol and therefore the both plugins are getting debug information from the ballerina debugger adapter... We have captured some of the aforementioned issues and already started working on improving debug information, which will be shipped with the 1.0.2 release :)
@NipunaRanasinghe Awesome. Looking forward to the new release 馃槂
Closing since variable implementation/presentation has been enhanced with #23411.