microsoft / vscode-debugadapter-node

Debug adapter protocol and implementation for VS Code.
Other
273 stars 79 forks source link

Support a presentation hint on stack frames #106

Closed weinand closed 7 years ago

weinand commented 7 years ago

Introduce a new optional attribute presentationHint on StackFrame with a value label to request a centred, deemphasized look in the UI.

weinand commented 7 years ago

I've added an optional presentationHint attribute to type StackFrame. The only supported value for now is label.

weinand commented 7 years ago

@roblourens available in vscode-debugprotocol@1.18.0-pre.2