Skip to content

Commit 480af0c

Browse files
authored
Dev/seanmcm/0 16 1 update (#1762)
* Update for 0.16.1.
1 parent b65a897 commit 480af0c

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Extension/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# C/C++ for Visual Studio Code Change Log
22

3+
## Version 0.16.1: March 30, 2018
4+
* Fix random deadlock caused by logging code on Linux/Mac. [#1759](https://github.com/Microsoft/vscode-cpptools/issues/1759)
5+
* Fix compiler from `compileCommands` not being queried for includes/defines if `compilerPath` isn't set on Windows. [#1754](https://github.com/Microsoft/vscode-cpptools/issues/1754)
6+
* Fix OSX `UseShellExecute` I/O bug. [#1756](https://github.com/Microsoft/vscode-cpptools/issues/1756)
7+
* Invalidate partially unzipped files from package manager. [#1757](https://github.com/Microsoft/vscode-cpptools/issues/1757)
8+
39
## Version 0.16.0: March 28, 2018
410
* Enable autocomplete for local and global scopes. [#13](https://github.com/Microsoft/vscode-cpptools/issues/13)
511
* Add a setting to define multiline comment patterns: `C_Cpp.commentContinuationPatterns`. [#1100](https://github.com/Microsoft/vscode-cpptools/issues/1100), [#1539](https://github.com/Microsoft/vscode-cpptools/issues/1539)

Extension/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cpptools",
33
"displayName": "C/C++",
44
"description": "C/C++ IntelliSense, debugging, and code browsing.",
5-
"version": "0.16.0",
5+
"version": "0.16.1",
66
"publisher": "ms-vscode",
77
"preview": true,
88
"icon": "LanguageCCPP_color_128x.png",
@@ -1145,7 +1145,7 @@
11451145
"runtimeDependencies": [
11461146
{
11471147
"description": "C/C++ language components (Linux / x86_64)",
1148-
"url": "https://go.microsoft.com/fwlink/?linkid=867977",
1148+
"url": "https://go.microsoft.com/fwlink/?linkid=871264",
11491149
"platforms": [
11501150
"linux"
11511151
],
@@ -1159,7 +1159,7 @@
11591159
},
11601160
{
11611161
"description": "C/C++ language components (Linux / x86)",
1162-
"url": "https://go.microsoft.com/fwlink/?linkid=867978",
1162+
"url": "https://go.microsoft.com/fwlink/?linkid=871265",
11631163
"platforms": [
11641164
"linux"
11651165
],
@@ -1175,7 +1175,7 @@
11751175
},
11761176
{
11771177
"description": "C/C++ language components (OS X)",
1178-
"url": "https://go.microsoft.com/fwlink/?linkid=867979",
1178+
"url": "https://go.microsoft.com/fwlink/?linkid=871266",
11791179
"platforms": [
11801180
"darwin"
11811181
],
@@ -1186,7 +1186,7 @@
11861186
},
11871187
{
11881188
"description": "C/C++ language components (Windows)",
1189-
"url": "https://go.microsoft.com/fwlink/?linkid=867980",
1189+
"url": "https://go.microsoft.com/fwlink/?linkid=871267",
11901190
"platforms": [
11911191
"win32"
11921192
],

0 commit comments

Comments
 (0)