From c48ac396631bb056553129df37fb73a21c551ca8 Mon Sep 17 00:00:00 2001 From: Michelle Matias Date: Fri, 21 Aug 2020 14:18:34 -0700 Subject: [PATCH 1/3] add 3 fixes to changelog --- Extension/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index feaaded97..eeb90b399 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -10,9 +10,12 @@ * Search for `compilerPath` in the PATH environment variable. [#5908](https://github.com/microsoft/vscode-cpptools/issues/5908) ### Bug Fixes +* Fix `configuration.includePath` to only add the `defaultFolder when the default `includePath` is set. [#5621](https://github.com/microsoft/vscode-cpptools/issues/5621) +* Fix Doxygen parameterHint comment to display for a parameter name that is followed by colon. [#5836](https://github.com/microsoft/vscode-cpptools/issues/5836) * Fix compiler probing when relative paths are used in `compile_commands.json`. [#5848](https://github.com/microsoft/vscode-cpptools/issues/5848) * Fix IntelliSense failures with gcc 10.2 headers with C++20. [#5897](https://github.com/microsoft/vscode-cpptools/issues/5897), [#5973](https://github.com/microsoft/vscode-cpptools/issues/5973) -* Fix a regression introduced in a previous insiders in which additional format on-type characters were introduced when using clang-format. These on-type characters have been reverted, when using clang-format. [#5962](https://github.com/microsoft/vscode-cpptools/issues/5962) +* Fix Doxygen comment to escape markdown characters. [#5904](https://github.com/microsoft/vscode-cpptools/issues/5904) +* Fix a regression introduced in a previous insiders in which additional format on-type characters were introduced when using clang-format. These on-type characters have been reverted, when using clang-format.can [#5962](https://github.com/microsoft/vscode-cpptools/issues/5962) ## Version 0.30.0-insiders2: August 11, 2020 ### Bug Fixes From fa6a2c90cd6bb50ae3eda2eba2ced5ed4dd56011 Mon Sep 17 00:00:00 2001 From: Michelle Matias Date: Fri, 21 Aug 2020 14:20:39 -0700 Subject: [PATCH 2/3] fix formatting --- Extension/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index eeb90b399..a61c38a39 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -10,7 +10,7 @@ * Search for `compilerPath` in the PATH environment variable. [#5908](https://github.com/microsoft/vscode-cpptools/issues/5908) ### Bug Fixes -* Fix `configuration.includePath` to only add the `defaultFolder when the default `includePath` is set. [#5621](https://github.com/microsoft/vscode-cpptools/issues/5621) +* Fix `configuration.includePath` to only add the `defaultFolder` when the default `includePath` is set. [#5621](https://github.com/microsoft/vscode-cpptools/issues/5621) * Fix Doxygen parameterHint comment to display for a parameter name that is followed by colon. [#5836](https://github.com/microsoft/vscode-cpptools/issues/5836) * Fix compiler probing when relative paths are used in `compile_commands.json`. [#5848](https://github.com/microsoft/vscode-cpptools/issues/5848) * Fix IntelliSense failures with gcc 10.2 headers with C++20. [#5897](https://github.com/microsoft/vscode-cpptools/issues/5897), [#5973](https://github.com/microsoft/vscode-cpptools/issues/5973) From 51a7d96bccff08878c017fdea671a0ea9d5302fd Mon Sep 17 00:00:00 2001 From: Michelle Matias Date: Fri, 21 Aug 2020 14:31:49 -0700 Subject: [PATCH 3/3] delete stray characters --- Extension/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index a61c38a39..668d58757 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -15,7 +15,7 @@ * Fix compiler probing when relative paths are used in `compile_commands.json`. [#5848](https://github.com/microsoft/vscode-cpptools/issues/5848) * Fix IntelliSense failures with gcc 10.2 headers with C++20. [#5897](https://github.com/microsoft/vscode-cpptools/issues/5897), [#5973](https://github.com/microsoft/vscode-cpptools/issues/5973) * Fix Doxygen comment to escape markdown characters. [#5904](https://github.com/microsoft/vscode-cpptools/issues/5904) -* Fix a regression introduced in a previous insiders in which additional format on-type characters were introduced when using clang-format. These on-type characters have been reverted, when using clang-format.can [#5962](https://github.com/microsoft/vscode-cpptools/issues/5962) +* Fix a regression introduced in a previous insiders in which additional format on-type characters were introduced when using clang-format. These on-type characters have been reverted, when using clang-format. [#5962](https://github.com/microsoft/vscode-cpptools/issues/5962) ## Version 0.30.0-insiders2: August 11, 2020 ### Bug Fixes