You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the following issue, Isidor recommended that we set the supportsEvaluateForHovers to true so that data tips are evaluated correctly. We should also determine which other capabilities we'd like to support and file separate issues for enabling those.
The VS Code team has added a capabilities list that our debug adapter can opt into:
https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/debug/common/debugProtocol.d.ts#L495
In the following issue, Isidor recommended that we set the
supportsEvaluateForHovers
to true so that data tips are evaluated correctly. We should also determine which other capabilities we'd like to support and file separate issues for enabling those.Related: microsoft/vscode#1804
The text was updated successfully, but these errors were encountered: