Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 531 Bytes

File metadata and controls

12 lines (7 loc) · 531 Bytes

jsondbg

This is a quick extension that adds a View as JSON on to the debugger variable context menu.

Debug variable visualizers are not built-in to VS Code. Interested? Please upvote: microsoft/vscode#197287

It will display a webview with rendered view of the JSON string as a structured view:

Example JSON Rendering

Credits

JSON rendering provided by jsoneditor