Seanmcm/0 20 1 release#2749
Conversation
Updated external console option to show changes to support for integratedTerminal.
Update changelog, fwlinks, and update telemetry API
| "vscode-debugadapter": "~1.24.0", | ||
| "vscode-debugprotocol": "~1.24.0", | ||
| "vscode-extension-telemetry": "~0.1.0", | ||
| "vscode-extension-telemetry": "~0.0.22", |
There was a problem hiding this comment.
did you mean to roll this back?
There was a problem hiding this comment.
Yes, they regressed our telemetry -- they recommended we roll back until it's fixed.
There was a problem hiding this comment.
did you remove the colon? I Don't know what this diff means>?
There was a problem hiding this comment.
No, there's no colon removed. Are you seeing a change on that line?
There was a problem hiding this comment.
the colon is marked as "red" I don't know why
There was a problem hiding this comment.
Yeah, I think that's just some GitHub visualization bug -- it's red in the pre-post versions. The raw data doesn't have that.
There was a problem hiding this comment.
It's red because the comments as messing up the formatter since comments are not valid in JSON.
There was a problem hiding this comment.
Ah, that makes sense -- VS Code uses a json parser for tasks.json that allows comments though, so it's just a GitHub issue.

No description provided.