Compare commits

...
Author SHA1 Message Date
Sean McManus d1924d6848 Merge pull request #2355 from Microsoft/seanmcm/0_17_8_insiders
Seanmcm/0 17 8 insiders
2018-08-03 17:58:03 -07:00
Sean McManus 610a395137 Merge for 0.17.8-insiders. 2018-08-03 17:47:25 -07:00
Sean McManus 6dc1494a43 Update for insiders. (#2264)
* Update for insiders.
2018-07-12 16:13:52 -07:00
Sean McManus 3c1313641a Merge pull request #2263 from Microsoft/master
Merge for 0.17.7-Insiders
2018-07-12 15:40:36 -07:00
Bob Brown a17a8e180b Merge pull request #2210 from Microsoft/master
merge for 0.17.6-insiders
2018-06-29 14:05:18 -07:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# C/C++ for Visual Studio Code Change Log
## Version 0.17.8: August 16, 2018
## Version 0.17.8-insiders: August 6, 2018
* Fix attach to process for systems without `bash` by using `sh` instead. [#569](https://github.com/Microsoft/vscode-cpptools/issues/569)
* Andy Neff (@andyneff) [PR 2340](https://github.com/Microsoft/vscode-cpptools/pull/2340)
* Fix IntelliSense crash after hover or completion with `_Complex` types. [#689](https://github.com/Microsoft/vscode-cpptools/issues/689), [#1112](https://github.com/Microsoft/vscode-cpptools/issues/1112)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cpptools",
"version": "0.17.8-master",
"version": "0.17.8-insiders",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "cpptools",
"displayName": "C/C++",
"description": "C/C++ IntelliSense, debugging, and code browsing.",
"version": "0.17.8-master",
"version": "0.17.8-insiders",
"publisher": "ms-vscode",
"preview": true,
"icon": "LanguageCCPP_color_128x.png",