Debug Console suppressing URL output to stderr when line is of form "x.x:# http://x.x:#" #31330
Labels
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
*duplicate
Issue identified as a duplicate of another issue(s)
Steps to Reproduce:
Should output: "x.y:1 http://x.y:1"
Outpust: "x.y:1 "
Running in terminal is fine and sending to stdout in debug console is also fine. If character(s) after colon are not numeric, fine, if http:// is not there, fine, if either period is not there, fine. Only when all conditions are met is the URL portion and everything after on line suppressed.
Reproduces without extensions: Cannot determine (need Go extension), but reproduces with ALL other extensions disabled.
The text was updated successfully, but these errors were encountered: