Skip to content

Commit

Permalink
Merge pull request #2427 from Microsoft/master
Browse files Browse the repository at this point in the history
Update changelog and version for 0.18.1. fwlinks don't need to change…
  • Loading branch information
sean-mcmanus authored Aug 17, 2018
2 parents d8738c3 + 7fe2db1 commit 757f1f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# C/C++ for Visual Studio Code Change Log

## Version 0.18.1: August 17, 2018
* 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)

## Version 0.18.0: August 17, 2018
### New Features
* 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)
Expand Down
2 changes: 1 addition & 1 deletion Extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cpptools",
"displayName": "C/C++",
"description": "C/C++ IntelliSense, debugging, and code browsing.",
"version": "0.18.0",
"version": "0.18.1",
"publisher": "ms-vscode",
"preview": true,
"icon": "LanguageCCPP_color_128x.png",
Expand Down Expand Up @@ -1568,4 +1568,4 @@
"binaries": []
}
]
}
}

0 comments on commit 757f1f9

Please sign in to comment.