Skip to content

Commit da68908

Browse files
committed
update version and fwlinks for October release
1 parent 963ee02 commit da68908

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Extension/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Extension/package.json

Lines changed: 5 additions & 5 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.19.0",
5+
"version": "0.19.1-master",
66
"publisher": "ms-vscode",
77
"preview": true,
88
"icon": "LanguageCCPP_color_128x.png",
@@ -1416,7 +1416,7 @@
14161416
"runtimeDependencies": [
14171417
{
14181418
"description": "C/C++ language components (Linux / x86_64)",
1419-
"url": "https://go.microsoft.com/fwlink/?linkid=2010302",
1419+
"url": "https://go.microsoft.com/fwlink/?linkid=2026727",
14201420
"platforms": [
14211421
"linux"
14221422
],
@@ -1430,7 +1430,7 @@
14301430
},
14311431
{
14321432
"description": "C/C++ language components (Linux / x86)",
1433-
"url": "https://go.microsoft.com/fwlink/?linkid=2010301",
1433+
"url": "https://go.microsoft.com/fwlink/?linkid=2026568",
14341434
"platforms": [
14351435
"linux"
14361436
],
@@ -1446,7 +1446,7 @@
14461446
},
14471447
{
14481448
"description": "C/C++ language components (OS X)",
1449-
"url": "https://go.microsoft.com/fwlink/?linkid=2010303",
1449+
"url": "https://go.microsoft.com/fwlink/?linkid=2026569",
14501450
"platforms": [
14511451
"darwin"
14521452
],
@@ -1457,7 +1457,7 @@
14571457
},
14581458
{
14591459
"description": "C/C++ language components (Windows)",
1460-
"url": "https://go.microsoft.com/fwlink/?linkid=2010204",
1460+
"url": "https://go.microsoft.com/fwlink/?linkid=2026728",
14611461
"platforms": [
14621462
"win32"
14631463
],

0 commit comments

Comments
 (0)