admin管理员组

文章数量:1122846

In the above I am running my GO application in the terminal and piping the output to jq which formats it nice and readable. I'd like to be able to do something similar (or use a plugin if one is available) to the same effect in the debug console when running from the debug tool so I can have pretty output while stepping through. I've toyed with running dlv from the cmd (piped to jq) and attaching to process but this doesn't seem viable.

Is it possible to apply some formatting or customisation to the Debug Console?

本文标签: visual studio codeFormat VSCode Debug Console outputStack Overflow