From d942d64b7bdfc360c0f189fd2731cf34c5b30cc1 Mon Sep 17 00:00:00 2001 From: Colen Garoutte-Carson <49173979+Colengms@users.noreply.github.com> Date: Tue, 16 Mar 2021 20:56:48 -0700 Subject: [PATCH] Merge main to insiders (#7186) --- Extension/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index d61d4daaae..c39fad6869 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,6 +1,6 @@ # C/C++ for Visual Studio Code Change Log -## Version 1.3.0-insiders: March 17, 2021 +## Version 1.3.0-insiders: March 18, 2021 ## Enhancements * Add parentheses to function calls with autocomplete. [#882](https://github.com/microsoft/vscode-cpptools/issues/882) * Add support for nodeAddonIncludes with Yarn PnP.