Skip to content

Commit 757f1f9

Browse files
authored
Merge pull request #2427 from Microsoft/master
Update changelog and version for 0.18.1. fwlinks don't need to change…
2 parents d8738c3 + 7fe2db1 commit 757f1f9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Extension/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# C/C++ for Visual Studio Code Change Log
22

3+
## Version 0.18.1: August 17, 2018
4+
* Fix 0.18.0 regression causing non-MinGW compilers to use `-fms-extensions` on Windows. [#2424](https://github.com/Microsoft/vscode-cpptools/issues/2424), [#2425](https://github.com/Microsoft/vscode-cpptools/issues/2425)
5+
36
## Version 0.18.0: August 17, 2018
47
### New Features
58
* Add the `C_Cpp.intelliSenseEngine` setting value of `Disabled` (for users who only use the debugger). [#785](https://github.com/Microsoft/vscode-cpptools/issues/785)

Extension/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Extension/package.json

+2-2
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.18.0",
5+
"version": "0.18.1",
66
"publisher": "ms-vscode",
77
"preview": true,
88
"icon": "LanguageCCPP_color_128x.png",
@@ -1568,4 +1568,4 @@
15681568
"binaries": []
15691569
}
15701570
]
1571-
}
1571+
}

0 commit comments

Comments
 (0)