-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Seanmcm/0 20 1 release #2749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seanmcm/0 20 1 release #2749
Changes from all commits
1c38b55
460b959
c607604
8729804
e231453
eccee49
7f4614c
8f8565d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "cpptools", | ||
"displayName": "C/C++", | ||
"description": "C/C++ IntelliSense, debugging, and code browsing.", | ||
"version": "0.20.0", | ||
"version": "0.20.1", | ||
"publisher": "ms-vscode", | ||
"preview": true, | ||
"icon": "LanguageCCPP_color_128x.png", | ||
|
@@ -1411,14 +1411,14 @@ | |
"vscode-cpptools": "2.1.1", | ||
"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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. did you mean to roll this back? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, they regressed our telemetry -- they recommended we roll back until it's fixed. |
||
"vscode-languageclient": "3.5.1", | ||
"yauzl": "~2.8.0" | ||
}, | ||
"runtimeDependencies": [ | ||
{ | ||
"description": "C/C++ language components (Linux / x86_64)", | ||
"url": "https://go.microsoft.com/fwlink/?linkid=2026727", | ||
"url": "https://go.microsoft.com/fwlink/?linkid=2036673", | ||
"platforms": [ | ||
"linux" | ||
], | ||
|
@@ -1432,7 +1432,7 @@ | |
}, | ||
{ | ||
"description": "C/C++ language components (Linux / x86)", | ||
"url": "https://go.microsoft.com/fwlink/?linkid=2026568", | ||
"url": "https://go.microsoft.com/fwlink/?linkid=2036672", | ||
"platforms": [ | ||
"linux" | ||
], | ||
|
@@ -1448,7 +1448,7 @@ | |
}, | ||
{ | ||
"description": "C/C++ language components (OS X)", | ||
"url": "https://go.microsoft.com/fwlink/?linkid=2026569", | ||
"url": "https://go.microsoft.com/fwlink/?linkid=2036674", | ||
"platforms": [ | ||
"darwin" | ||
], | ||
|
@@ -1459,7 +1459,7 @@ | |
}, | ||
{ | ||
"description": "C/C++ language components (Windows)", | ||
"url": "https://go.microsoft.com/fwlink/?linkid=2026728", | ||
"url": "https://go.microsoft.com/fwlink/?linkid=2036671", | ||
"platforms": [ | ||
"win32" | ||
], | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did you remove the colon? I Don't know what this diff means>?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, there's no colon removed. Are you seeing a change on that line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the colon is marked as "red" I don't know why
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, that makes sense -- VS Code uses a json parser for tasks.json that allows comments though, so it's just a GitHub issue.