|
1 | 1 | # C/C++ for Visual Studio Code Change Log |
2 | 2 |
|
3 | | -## Version 1.1.0: October 8, 2020 |
| 3 | +## Version 1.1.0-insiders: October 13, 2020 |
4 | 4 | ### Enhancements |
5 | | -* Add support to run c/cpp build tasks. [#3674](https://github.com/microsoft/vscode-cpptools/issues/3674), [#4278](https://github.com/microsoft/vscode-cpptools/issues/4278), [#5270](https://github.com/microsoft/vscode-cpptools/issues/5270), [#5285](https://github.com/microsoft/vscode-cpptools/issues/5285) |
| 5 | +* Add support to run c/cpp build tasks. [#3674](https://github.com/microsoft/vscode-cpptools/issues/3674), [#5270](https://github.com/microsoft/vscode-cpptools/issues/5270), [#5285](https://github.com/microsoft/vscode-cpptools/issues/5285) |
6 | 6 | * Tasks: Configure Task |
7 | 7 | * Tasks: Run Build Task |
8 | 8 | * C/C++: Build and debug active file. |
9 | 9 | * Add logging around compiler probing, and the "C/C++ Configuration Warnings" output channel. [#5259](https://github.com/microsoft/vscode-cpptools/issues/5259) |
| 10 | +* Add compile commands info to Log Diagnostics. [#5761](https://github.com/microsoft/vscode-cpptools/issues/5761) |
10 | 11 | * Enable support for specifying a compiler by only the filename if it's in the environment path. [#6179](https://github.com/microsoft/vscode-cpptools/issues/6179) |
11 | 12 | * Restart the IntelliSense process if its memory usage exceeds the `C_Cpp.intelliSenseMemoryLimit` setting. [#6230](https://github.com/microsoft/vscode-cpptools/issues/6230) |
12 | 13 | * Add handling of the "-ansi" compiler arg when querying gcc/clang compilers. |
|
18 | 19 | * Fix issues with IntelliSense for clang-cl.exe. [#6075](https://github.com/microsoft/vscode-cpptools/issues/6075) |
19 | 20 | * Fix "Comments are not permitted in JSON" error when `c_cpp_properties.json` is open but not active. [#6132](https://github.com/microsoft/vscode-cpptools/issues/6132) |
20 | 21 | * Rename the C language standard setting values from c18 and gnu18 to c17 and gnu17. [#6105](https://github.com/microsoft/vscode-cpptools/issues/6105) |
21 | | -* Add more IntelliSense support for std ranges and concepts (__cpp_lib_concepts is now enabled). [#6173](https://github.com/microsoft/vscode-cpptools/issues/6173) |
| 22 | +* Add more IntelliSense support for std ranges, concepts, and modules exports (__cpp_lib_concepts is now enabled). [#6173](https://github.com/microsoft/vscode-cpptools/issues/6173) |
22 | 23 | * Add "-fnoblocks" when querying clang on Mac, as IntelliSense does not currently support blocks. [#6189](https://github.com/microsoft/vscode-cpptools/issues/6189) |
23 | 24 | * Fix clang-format on 32-bit Windows. [#6195](https://github.com/microsoft/vscode-cpptools/issues/6195) |
24 | 25 | * Fix incorrect formatting results when clang-format removes duplicate includes. [#6205](https://github.com/microsoft/vscode-cpptools/issues/6205) |
25 | 26 | * Fix a case where the main process could get stuck. [#6207](https://github.com/microsoft/vscode-cpptools/issues/6207) |
| 27 | +* Fix C files being treated as C++ files with compile_commands.json. [#6279](https://github.com/microsoft/vscode-cpptools/issues/6279) |
26 | 28 | * Fix issues with the handling of the standard version for clang-cl.exe. |
27 | 29 | * Fix the handling of various compiler arg pairs when querying compilers. |
| 30 | +* Avoid parsing entries in compile_commands.json for file types that we do not support. |
| 31 | +* Fixed an issue in which only C or C++ system headers were added to the browse path, rather than both. |
28 | 32 |
|
29 | 33 | ### Other Contributions |
30 | 34 | * Refactoring provider classes. |
|
0 commit comments