|
1 | 1 | #C/C++ for Visual Studio Code Change Log |
2 | 2 |
|
3 | | -##Version 1.2.0-insiders: January 14, 2021 |
| 3 | +##Version 1.2.0-insiders: January 14, 2021 |
4 | 4 | ###New Features |
5 | 5 | * 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) |
6 | 6 | * Add`C_Cpp.addNodeAddonIncludePaths` setting to add include paths from`nan` and`node-addon-api` when they're dependencies.[#4854](https://github.com/microsoft/vscode-cpptools/issues/4854) |
|