|
1 | 1 | #C/C++ for Visual Studio Code Change Log |
2 | 2 |
|
3 | | -##Version 0.19.1-insiders2: October11th, 2018 |
| 3 | +##Version 0.19.1-insiders2: October12, 2018 |
4 | 4 | * Add IntegratedTerminal support for Linux and Windows.[#35](https://github.com/microsoft/vscode-cpptools/issues/35) |
5 | 5 | * Unify Visual Studio Code debug protocol parsing by using a shared library with Visual Studio. |
| 6 | +* Fix`-isystem` without a space after getting ignored in`compile_comamands.json`.[#2629](https://github.com/Microsoft/vscode-cpptools/issues/2629) |
| 7 | +* Fix Insiders update channel installation failure on Windows/Mac.[#2636](https://github.com/Microsoft/vscode-cpptools/issues/2636) |
| 8 | +* Fix IntelliSense-based`Go to Declaration` falling back to the Tag Parser if the definition is also in the TU.[#2642](https://github.com/Microsoft/vscode-cpptools/issues/2642) |
6 | 9 |
|
7 | | -##Version 0.19.1-insiders: October9th, 2018 |
| 10 | +##Version 0.19.1-insiders: October9, 2018 |
8 | 11 | * Fix IntelliSense-based`Go to Definition` on overloads.[#1071](https://github.com/Microsoft/vscode-cpptools/issues/1071) |
9 | 12 | * Fix IntelliSense failing if recursive includes removes all paths.[#2442](https://github.com/Microsoft/vscode-cpptools/issues/2442) |
10 | 13 | * Fix incorrect IntelliSense errors with MinGW (stop using`-fms-extensions` by default).[#2443](https://github.com/Microsoft/vscode-cpptools/issues/2443),[#2623](https://github.com/Microsoft/vscode-cpptools/issues/2623) |
|
515 | 518 | * Switch between header and source. |
516 | 519 | * Control which files are processed under include path. |
517 | 520 |
|
518 | | -##Version 0.6.1: June03, 2016 |
| 521 | +##Version 0.6.1: June3, 2016 |
519 | 522 | * Bug fixes. |
520 | 523 |
|
521 | 524 | ##Version 0.6.0: May 24, 2016 |
|