Skip to content

Commit 3d49cfa

Browse files
Update changelog and fwlink for version 1.2.2 (#7052)
1 parent 9e7b2d6 commit 3d49cfa

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Extension/CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# C/C++ for Visual Studio Code Change Log
22

3-
## Version 1.2.2-insiders2: February 18, 2021
4-
### Bug Fixes
3+
## Version 1.2.2: February 25, 2021
4+
## Bug Fixes
5+
* Fix IntelliSense errors with variable length arrays with C Clang mode. [#6500](https://github.com/microsoft/vscode-cpptools/issues/6500)
6+
* Fix for random IntelliSense communication failures on Mac. [#6809](https://github.com/microsoft/vscode-cpptools/issues/6809), [#6958](https://github.com/microsoft/vscode-cpptools/issues/6958)
57
* Fix an extension activation failure when a non-existent folder exists in the workspace. [#6981](https://github.com/microsoft/vscode-cpptools/issues/6981)
8+
* Fix infinite loops during document symbol processing. [#6988](https://github.com/microsoft/vscode-cpptools/issues/6988), [#7012](https://github.com/microsoft/vscode-cpptools/issues/7012), [#7022](https://github.com/microsoft/vscode-cpptools/issues/7022), [#7025](https://github.com/microsoft/vscode-cpptools/issues/7025)
69
* Fix a regression with handling of -isysroot/--sysroot compiler arguments. [#6992](https://github.com/microsoft/vscode-cpptools/issues/6992)
7-
8-
## Version 1.2.2-insiders: February 17, 2021
9-
### Bug Fixes
10-
* Fix for random IntelliSense communication failures on Mac. Potentially fixes: [#6809](https://github.com/microsoft/vscode-cpptools/issues/6809), [#6958](https://github.com/microsoft/vscode-cpptools/issues/6958)
11-
* Potential fix for an "Unable to start the C/C++ language server" error. [#6981](https://github.com/microsoft/vscode-cpptools/issues/6981)
10+
* Fix issue querying certain compilers, including armclang and arm-poky-linux-musleabi-gcc. [7021](https://github.com/microsoft/vscode-cpptools/issues/7021)
11+
* Fix invalid "console" property when generating a "cppdbg" task. [#7048](https://github.com/microsoft/vscode-cpptools/issues/7048)
1212

1313
## Version 1.2.1: February 16, 2021
1414
### Bug Fixes

Extension/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2472,7 +2472,7 @@
24722472
"runtimeDependencies": [
24732473
{
24742474
"description": "C/C++ language components (Linux / x86_64)",
2475-
"url": "https://go.microsoft.com/fwlink/?linkid=2155055",
2475+
"url": "https://go.microsoft.com/fwlink/?linkid=2156408",
24762476
"platforms": [
24772477
"linux"
24782478
],
@@ -2483,11 +2483,11 @@
24832483
"./bin/cpptools",
24842484
"./bin/cpptools-srv"
24852485
],
2486-
"integrity": "FDF8FA4701541B1452E70E21D0612ABAD0755B4CDA43A22F2F64408295ABE3DE"
2486+
"integrity": "81740FC42FDFBEC9AF72EE69B6FC985841E8879DE7197D1859B339BE0418E2C2"
24872487
},
24882488
{
24892489
"description": "C/C++ language components (Linux / armhf)",
2490-
"url": "https://go.microsoft.com/fwlink/?linkid=2155056",
2490+
"url": "https://go.microsoft.com/fwlink/?linkid=2156409",
24912491
"platforms": [
24922492
"linux"
24932493
],
@@ -2498,11 +2498,11 @@
24982498
"./bin/cpptools",
24992499
"./bin/cpptools-srv"
25002500
],
2501-
"integrity": "E0D0074697142568720D11A340AB30E31F07A7A4CEDA5E46A2C26E16F5CF1B09"
2501+
"integrity": "E12B49A74D9E6D7D43BE7ED88E470B8871E1750392D48B0FCFEED4C7E5C523FB"
25022502
},
25032503
{
25042504
"description": "C/C++ language components (Linux / aarch64)",
2505-
"url": "https://go.microsoft.com/fwlink/?linkid=2155054",
2505+
"url": "https://go.microsoft.com/fwlink/?linkid=2156407",
25062506
"platforms": [
25072507
"linux"
25082508
],
@@ -2513,23 +2513,23 @@
25132513
"./bin/cpptools",
25142514
"./bin/cpptools-srv"
25152515
],
2516-
"integrity": "5D7E1813226F1C222CF1E458F30C6BDBCB3ECEDCCCA624A76E1C6A8EDA7DD8AB"
2516+
"integrity": "F84424B48790EAE110F0B4ED35D8DEE2347754C79C9A1879BCE5A93038A249A3"
25172517
},
25182518
{
25192519
"description": "C/C++ language components (OS X)",
2520-
"url": "https://go.microsoft.com/fwlink/?linkid=2154885",
2520+
"url": "https://go.microsoft.com/fwlink/?linkid=2156301",
25212521
"platforms": [
25222522
"darwin"
25232523
],
25242524
"binaries": [
25252525
"./bin/cpptools",
25262526
"./bin/cpptools-srv"
25272527
],
2528-
"integrity": "6F44267C13A946FD3A47B9F697D69104A70817D355CDD75DFEFCA28C234DAEC2"
2528+
"integrity": "448A17E1D7C639C99F0AE47A88705956BA03F8CFA401C0C00CD074945275B513"
25292529
},
25302530
{
25312531
"description": "C/C++ language components (Windows)",
2532-
"url": "https://go.microsoft.com/fwlink/?linkid=2155057",
2532+
"url": "https://go.microsoft.com/fwlink/?linkid=2156410",
25332533
"platforms": [
25342534
"win32"
25352535
],
@@ -2541,11 +2541,11 @@
25412541
"./bin/cpptools.exe",
25422542
"./bin/cpptools-srv.exe"
25432543
],
2544-
"integrity": "68FB052A6F26A6E3287DAF7DBE4B2EDC9AC7EDAC3CFEFA91D709E466E5E97436"
2544+
"integrity": "39B7EA69F9CDC1B2B98DBFD189617640029E6C9CBDFE9BF6789B4E013D6550F4"
25452545
},
25462546
{
25472547
"description": "C/C++ language components (Windows ARM64)",
2548-
"url": "https://go.microsoft.com/fwlink/?linkid=2155058",
2548+
"url": "https://go.microsoft.com/fwlink/?linkid=2156502",
25492549
"platforms": [
25502550
"win32"
25512551
],
@@ -2556,7 +2556,7 @@
25562556
"./bin/cpptools.exe",
25572557
"./bin/cpptools-srv.exe"
25582558
],
2559-
"integrity": "A9C9EBCFCBB91D8212F912B93CBADFF873126089AF4E74B660EAEB9D91EB0DA7"
2559+
"integrity": "30B836279F948CDFD751546E679F459FE2CFD7BD578952AF1A1D8943D5C4A0F6"
25602560
},
25612561
{
25622562
"description": "ClangFormat (Linux / x86_64)",

0 commit comments

Comments
 (0)