|
1 | 1 | # C/C++ for Visual Studio Code Changelog |
2 | 2 |
|
| 3 | +## Version 1.15.0: March 13, 2023 |
| 4 | +### Enhancements |
| 5 | +* Support multiple natvis files in `visualizerFile`. [#925](https://github.com/microsoft/vscode-cpptools/issues/925) |
| 6 | +* Enable error squiggles for single file mode if includes resolve. [#10062](https://github.com/microsoft/vscode-cpptools/issues/10062) |
| 7 | +* Add a 'Select Default Compiler' code action and error message for standard headers which can't be found. [#10531](https://github.com/microsoft/vscode-cpptools/issues/10531) |
| 8 | + |
| 9 | +### Bug Fixes |
| 10 | +* Enable `-fms-extensions` by default for Cygwin and MinGW. [#8353](https://github.com/microsoft/vscode-cpptools/issues/8353) |
| 11 | +* Fix incorrect, excessive logging with compile commands. [#9865](https://github.com/microsoft/vscode-cpptools/issues/9865) |
| 12 | +* Fix IntelliSense errors with C++ 20 range and span. [#10024](https://github.com/microsoft/vscode-cpptools/issues/10024) |
| 13 | +* Fix 'Create Declaration / Definition' making modifications to files outside the workspace folder. [#10402](https://github.com/microsoft/vscode-cpptools/issues/10402) |
| 14 | +* Fix code analysis when `--use-color=true` is used. [#10407](https://github.com/microsoft/vscode-cpptools/issues/10407) |
| 15 | +* Fix IntelliSense errors with CUDA. [#10455](https://github.com/microsoft/vscode-cpptools/issues/10455) |
| 16 | +* Fix random save failures while code analysis is running on the saved file. [#10482](https://github.com/microsoft/vscode-cpptools/issues/10482) |
| 17 | +* Fix the compile commands prompt setting `compileCommands` to a `compile_commands.json` in a different workspace folder. [#10588](https://github.com/microsoft/vscode-cpptools/issues/10588) |
| 18 | +* Fix code analysis with `_Float16`. [#10610](https://github.com/microsoft/vscode-cpptools/issues/10610) |
| 19 | +* Fix code analysis with c23/gnu23. [#10615](https://github.com/microsoft/vscode-cpptools/issues/10615) |
| 20 | +* Fix 'Reset IntelliSense Database' being delayed until parsing is finished. [#10616](https://github.com/microsoft/vscode-cpptools/issues/10616) |
| 21 | +* Fix uncaught exception with some configuration providers. [PR #10629](https://github.com/microsoft/vscode-cpptools/pull/10629) |
| 22 | +* Fix `__GXX_RTTI` incorrectly being defined by IntelliSense with clang and `-fms-compatibility`. |
| 23 | +* Reduce the likelihood of an `onWillSaveWaitUntil` timeout. |
| 24 | +* Fix an IntelliSense crash with C++20 concepts. |
| 25 | +* Stop querying clang-cl.exe as C. |
| 26 | + |
3 | 27 | ## Version 1.14.4: February 28, 2023 |
4 | 28 | ### Enhancements |
5 | 29 | * Add `c23` and `c2x` support for clang and gcc modes. [#7471](https://github.com/microsoft/vscode-cpptools/issues/7471) |
|
0 commit comments