Skip to content

Commit 1bcaa54

Browse files
committed
update version number and fwlink for abtesting json
1 parent 96e3386 commit 1bcaa54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: 1 addition & 1 deletion
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.18.2-master",
5+
"version": "0.19.0",
66
"publisher": "ms-vscode",
77
"preview": true,
88
"icon": "LanguageCCPP_color_128x.png",

Extension/src/abTesting.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class ABTestSettings {
8787
let hasError: boolean = false;
8888
let telemetryProperties: { [key: string]: string } = {};
8989
const localConfigPath: string = util.getExtensionFilePath(localConfigFile);
90-
return util.downloadFileToDestination("https://go.microsoft.com/fwlink/?linkid=852750", localConfigPath)
90+
return util.downloadFileToDestination("https://go.microsoft.com/fwlink/?linkid=2026205", localConfigPath)
9191
.catch((error) => {
9292
// More specific error info is not likely to be helpful, and we get detailed download data from the initial install.
9393
hasError = true;

0 commit comments

Comments
 (0)