Skip to content

Commit 8b332a7

Browse files
authored
Update version and fwlinks. (#3600)
* Update version and fwlinks. * Some package-lock.json changes.
1 parent 4e20f27 commit 8b332a7

File tree

2 files changed

+37
-18
lines changed

2 files changed

+37
-18
lines changed

Extension/package-lock.json

Lines changed: 31 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Extension/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cpptools",
33
"displayName": "C/C++",
44
"description": "C/C++ IntelliSense, debugging, and code browsing.",
5-
"version": "0.23.0-master",
5+
"version": "0.23.1-master",
66
"publisher": "ms-vscode",
77
"preview": true,
88
"icon": "LanguageCCPP_color_128x.png",
@@ -1489,7 +1489,7 @@
14891489
"runtimeDependencies": [
14901490
{
14911491
"description": "C/C++ language components (Linux / x86_64)",
1492-
"url": "https://go.microsoft.com/fwlink/?linkid=2085632",
1492+
"url": "https://go.microsoft.com/fwlink/?linkid=2092043",
14931493
"platforms": [
14941494
"linux"
14951495
],
@@ -1503,7 +1503,7 @@
15031503
},
15041504
{
15051505
"description": "C/C++ language components (Linux / x86)",
1506-
"url": "https://go.microsoft.com/fwlink/?linkid=2085734",
1506+
"url": "https://go.microsoft.com/fwlink/?linkid=2092112",
15071507
"platforms": [
15081508
"linux"
15091509
],
@@ -1519,7 +1519,7 @@
15191519
},
15201520
{
15211521
"description": "C/C++ language components (OS X)",
1522-
"url": "https://go.microsoft.com/fwlink/?linkid=2085735",
1522+
"url": "https://go.microsoft.com/fwlink/?linkid=2092042",
15231523
"platforms": [
15241524
"darwin"
15251525
],
@@ -1530,7 +1530,7 @@
15301530
},
15311531
{
15321532
"description": "C/C++ language components (Windows)",
1533-
"url": "https://go.microsoft.com/fwlink/?linkid=2085633",
1533+
"url": "https://go.microsoft.com/fwlink/?linkid=2092111",
15341534
"platforms": [
15351535
"win32"
15361536
],
@@ -1651,4 +1651,4 @@
16511651
"binaries": []
16521652
}
16531653
]
1654-
}
1654+
}

0 commit comments

Comments
 (0)