|
1 | 1 | #C/C++ for Visual Studio Code Change Log |
2 | 2 |
|
3 | | -##Version 0.19.0: September26, 2018 |
| 3 | +##Version 0.19.0: September27, 2018 |
4 | 4 | * Change the symbol database to update without needing to save.[#202](https://github.com/Microsoft/vscode-cpptools/issues/202) |
5 | 5 | * Enable IntelliSense-based`Go to Definition` for the current translation unit, including local variables and overloaded operators.[#255](https://github.com/Microsoft/vscode-cpptools/issues/255),[#979](https://github.com/Microsoft/vscode-cpptools/issues/979) |
6 | 6 | * Improved the`Go to Definition` performance with large workspaces and files with lots of`#include`s.[#273](https://github.com/Microsoft/vscode-cpptools/issues/273) |
|
15 | 15 | * Gabriel Arjones (@g-arjones)[PR#2495](https://github.com/Microsoft/vscode-cpptools/pull/2495),[PR#2503](https://github.com/Microsoft/vscode-cpptools/pull/2503) |
16 | 16 | * Fix bug with variable resolution.[#2532](https://github.com/Microsoft/vscode-cpptools/issues/2532) |
17 | 17 | * Fix off-by-one bug with hover and`Go to Definition`.[#2535](https://github.com/Microsoft/vscode-cpptools/issues/2535) |
| 18 | +* Fix for[Microsoft/vscode#54213](https://github.com/Microsoft/vscode/issues/54213) |
18 | 19 |
|
19 | 20 | ##Version 0.18.1: August 17, 2018 |
20 | 21 | * 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) |
|