|
1 | 1 | #C/C++ for Visual Studio Code Change Log |
2 | 2 |
|
3 | | -##Version 0.17.1: May15, 2018 |
| 3 | +##Version 0.17.1: May17, 2018 |
4 | 4 | * Fix IntelliSense update slowness when using recursive includes.[#1949](https://github.com/Microsoft/vscode-cpptools/issues/1949) |
5 | 5 | * Fix code navigation failure after switching between WSL and non-WSL configs.[#1958](https://github.com/Microsoft/vscode-cpptools/issues/1958) |
6 | 6 | * Fix extension crash when the`includePath` is a file or the root drive.[#1979](https://github.com/Microsoft/vscode-cpptools/issues/1979),[#1965](https://github.com/Microsoft/vscode-cpptools/issues/1965) |
7 | 7 | * Fix IntelliSense crash in`have_member_access_from_class_scope`.[#1763](https://github.com/Microsoft/vscode-cpptools/issues/1763) |
8 | 8 | * Fix`#include` completion bugs.[#1959](https://github.com/Microsoft/vscode-cpptools/issues/1959),[#1970](https://github.com/Microsoft/vscode-cpptools/issues/1970) |
9 | 9 | * Add`Debug` value for`loggingLevel` (previously the hidden value`"6"`). |
10 | 10 | * Fix C++17 features not being fully enabled with msvc-x64 mode.[#1990](https://github.com/Microsoft/vscode-cpptools/issues/1990) |
| 11 | +* Fix IntelliSense interprocess deadlocks.[#1407](https://github.com/Microsoft/vscode-cpptools/issues/1407),[#1777](https://github.com/Microsoft/vscode-cpptools/issues/1777) |
11 | 12 |
|
12 | 13 | ##Version 0.17.0: May 7, 2018 |
13 | 14 | * Auto-complete for headers after typing`#include`.[#802](https://github.com/Microsoft/vscode-cpptools/issues/802) |
|