diff --git a/Extension/package-lock.json b/Extension/package-lock.json index a6b36402f..2e76d9705 100644 --- a/Extension/package-lock.json +++ b/Extension/package-lock.json @@ -1,6 +1,6 @@ { "name": "cpptools", - "version": "0.18.2-master", + "version": "0.19.1-master", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/Extension/package.json b/Extension/package.json index e16399d1b..1fd259e90 100644 --- a/Extension/package.json +++ b/Extension/package.json @@ -2,7 +2,7 @@ "name": "cpptools", "displayName": "C/C++", "description": "C/C++ IntelliSense, debugging, and code browsing.", - "version": "0.18.2-master", + "version": "0.19.1-master", "publisher": "ms-vscode", "preview": true, "icon": "LanguageCCPP_color_128x.png", @@ -1416,7 +1416,7 @@ "runtimeDependencies": [ { "description": "C/C++ language components (Linux / x86_64)", - "url": "https://go.microsoft.com/fwlink/?linkid=2010302", + "url": "https://go.microsoft.com/fwlink/?linkid=2026727", "platforms": [ "linux" ], @@ -1430,7 +1430,7 @@ }, { "description": "C/C++ language components (Linux / x86)", - "url": "https://go.microsoft.com/fwlink/?linkid=2010301", + "url": "https://go.microsoft.com/fwlink/?linkid=2026568", "platforms": [ "linux" ], @@ -1446,7 +1446,7 @@ }, { "description": "C/C++ language components (OS X)", - "url": "https://go.microsoft.com/fwlink/?linkid=2010303", + "url": "https://go.microsoft.com/fwlink/?linkid=2026569", "platforms": [ "darwin" ], @@ -1457,7 +1457,7 @@ }, { "description": "C/C++ language components (Windows)", - "url": "https://go.microsoft.com/fwlink/?linkid=2010204", + "url": "https://go.microsoft.com/fwlink/?linkid=2026728", "platforms": [ "win32" ], diff --git a/Extension/src/abTesting.ts b/Extension/src/abTesting.ts index ec2ee01a5..4c17b3602 100644 --- a/Extension/src/abTesting.ts +++ b/Extension/src/abTesting.ts @@ -87,7 +87,7 @@ export class ABTestSettings { let hasError: boolean = false; let telemetryProperties: { [key: string]: string } = {}; const localConfigPath: string = util.getExtensionFilePath(localConfigFile); - return util.downloadFileToDestination("https://go.microsoft.com/fwlink/?linkid=852750", localConfigPath) + return util.downloadFileToDestination("https://go.microsoft.com/fwlink/?linkid=2026205", localConfigPath) .catch((error) => { // More specific error info is not likely to be helpful, and we get detailed download data from the initial install. hasError = true;