From fcd84dda26f9fac3d7dffc43ba918d85b52e869e Mon Sep 17 00:00:00 2001 From: Elaheh Rashedi Date: Fri, 12 Feb 2021 13:36:34 -0500 Subject: [PATCH] updating fwlinks and changelog for 1.2.1 (#6960) * update fwlinks * update changelog * change date to 16th --- Extension/CHANGELOG.md | 5 ++++- Extension/package.json | 24 ++++++++++++------------ 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 157b09abb6..892d5c9ff3 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,6 +1,6 @@ # C/C++ for Visual Studio Code Change Log -## Version 1.2.1: February 10, 2021 +## Version 1.2.1: February 16, 2021 ### Bug Fixes * Fix `Switch Header/Source` in two cases when symlinks are in the path. [#6855](https://github.com/microsoft/vscode-cpptools/issues/6855) * Fix clang-format FixNamespaceComments default. [#6894](https://github.com/microsoft/vscode-cpptools/issues/6894) @@ -8,6 +8,9 @@ * 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) * Fix an issue with detection of Apple Clang. [#6916](https://github.com/microsoft/vscode-cpptools/issues/6916) * Fix endless memory usage (or a crash) with certain code. [#6940](https://github.com/microsoft/vscode-cpptools/issues/6940) +* Fix "format after newline" with vcFormat. [#6942](https://github.com/microsoft/vscode-cpptools/issues/6942) +* Fix compiler querying with -Xclang and -include-pch arguments. [#6944](https://github.com/microsoft/vscode-cpptools/issues/6944) +* Switch to the signed LLDB-MI on Mac 10.14 or newer with the online vsix. [#6945](https://github.com/microsoft/vscode-cpptools/issues/6945) ## Version 1.2.0: February 2, 2021 ### New Features diff --git a/Extension/package.json b/Extension/package.json index e70423554e..7317ee2d60 100644 --- a/Extension/package.json +++ b/Extension/package.json @@ -2472,7 +2472,7 @@ "runtimeDependencies": [ { "description": "C/C++ language components (Linux / x86_64)", - "url": "https://go.microsoft.com/fwlink/?linkid=2153757", + "url": "https://go.microsoft.com/fwlink/?linkid=2155055", "platforms": [ "linux" ], @@ -2483,11 +2483,11 @@ "./bin/cpptools", "./bin/cpptools-srv" ], - "integrity": "1C809F5713F3B6F6FF6A1AA0E75D5070D89E0205E6B659D615A0757407D50748" + "integrity": "FDF8FA4701541B1452E70E21D0612ABAD0755B4CDA43A22F2F64408295ABE3DE" }, { "description": "C/C++ language components (Linux / armhf)", - "url": "https://go.microsoft.com/fwlink/?linkid=2153855", + "url": "https://go.microsoft.com/fwlink/?linkid=2155056", "platforms": [ "linux" ], @@ -2498,11 +2498,11 @@ "./bin/cpptools", "./bin/cpptools-srv" ], - "integrity": "8B8525039346122A5B7F3B7D6B6925E619A2F911BB53ACC0D7D06AFB4A80E2AB" + "integrity": "E0D0074697142568720D11A340AB30E31F07A7A4CEDA5E46A2C26E16F5CF1B09" }, { "description": "C/C++ language components (Linux / aarch64)", - "url": "https://go.microsoft.com/fwlink/?linkid=2153756", + "url": "https://go.microsoft.com/fwlink/?linkid=2155054", "platforms": [ "linux" ], @@ -2513,11 +2513,11 @@ "./bin/cpptools", "./bin/cpptools-srv" ], - "integrity": "0A1CE4B8DD444FD7DCE1094D53F361D0B8AB20D892DDE790F770936F87405BAC" + "integrity": "5D7E1813226F1C222CF1E458F30C6BDBCB3ECEDCCCA624A76E1C6A8EDA7DD8AB" }, { "description": "C/C++ language components (OS X)", - "url": "https://go.microsoft.com/fwlink/?linkid=2153758", + "url": "https://go.microsoft.com/fwlink/?linkid=2154885", "platforms": [ "darwin" ], @@ -2525,11 +2525,11 @@ "./bin/cpptools", "./bin/cpptools-srv" ], - "integrity": "7253C3B91D3B7087D230CCD21EF16610474542BC884CD4DC0F707F48DE2AAADD" + "integrity": "6F44267C13A946FD3A47B9F697D69104A70817D355CDD75DFEFCA28C234DAEC2" }, { "description": "C/C++ language components (Windows)", - "url": "https://go.microsoft.com/fwlink/?linkid=2153759", + "url": "https://go.microsoft.com/fwlink/?linkid=2155057", "platforms": [ "win32" ], @@ -2541,11 +2541,11 @@ "./bin/cpptools.exe", "./bin/cpptools-srv.exe" ], - "integrity": "3614AB57187079BE8E10A9488E2EC4DC5260B14789AA9491FA10F3E75A6AAAE7" + "integrity": "68FB052A6F26A6E3287DAF7DBE4B2EDC9AC7EDAC3CFEFA91D709E466E5E97436" }, { "description": "C/C++ language components (Windows ARM64)", - "url": "https://go.microsoft.com/fwlink/?linkid=2153854", + "url": "https://go.microsoft.com/fwlink/?linkid=2155058", "platforms": [ "win32" ], @@ -2556,7 +2556,7 @@ "./bin/cpptools.exe", "./bin/cpptools-srv.exe" ], - "integrity": "5565BD73EB7E08D209EE765F74164DF84DE2603A57D3A4786442AC68D806768E" + "integrity": "A9C9EBCFCBB91D8212F912B93CBADFF873126089AF4E74B660EAEB9D91EB0DA7" }, { "description": "ClangFormat (Linux / x86_64)",