We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55e2c7 commit f5975e6Copy full SHA for f5975e6
1 file changed
Extension/src/abTesting.ts
@@ -97,7 +97,7 @@ export class ABTestSettings {
97
let hasError: boolean = false;
98
let telemetryProperties: { [key: string]: string } = {};
99
const localConfigPath: string = util.getExtensionFilePath(localConfigFile);
100
- return util.downloadFileToDestination("https://go.microsoft.com/fwlink/?linkid=2026205", localConfigPath)
+ return util.downloadFileToDestination("https://go.microsoft.com/fwlink/?linkid=2097702", localConfigPath)
101
.catch((error) => {
102
// More specific error info is not likely to be helpful, and we get detailed download data from the initial install.
103
hasError = true;
0 commit comments