|
1 | 1 | #C/C++ for Visual Studio Code Change Log |
2 | 2 |
|
| 3 | +##Version 1.2.1: February 10, 2021 |
| 4 | +###Bug Fixes |
| 5 | +* Fix`Switch Header/Source` in two cases when symlinks are in the path.[#6855](https://github.com/microsoft/vscode-cpptools/issues/6855) |
| 6 | +* Fix clang-format FixNamespaceComments default.[#6894](https://github.com/microsoft/vscode-cpptools/issues/6894) |
| 7 | +* Fix an issue with querying certain compilers for system defines and system includes[#6898](https://github.com/microsoft/vscode-cpptools/issues/6898) |
| 8 | +* Fix an issue preventing detection of default target and default language standard of Cygwin and WSL compilers.[#6902](https://github.com/microsoft/vscode-cpptools/issues/6902) |
| 9 | +* Fix an issue with detection of Apple Clang.[#6916](https://github.com/microsoft/vscode-cpptools/issues/6916) |
| 10 | +* Fix endless memory usage (or a crash) with certain code.[#6940](https://github.com/microsoft/vscode-cpptools/issues/6940) |
| 11 | + |
3 | 12 | ##Version 1.2.0: February 2, 2021 |
4 | 13 | ###New Features |
5 | 14 | * Add support for cross-compilation configurations for IntelliSense. For example,`intelliSenseMode` value "linux-gcc-x64" could be used on a Mac host machine.[#1083](https://github.com/microsoft/vscode-cpptools/issues/1083) |
|