Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1bcaa54

Browse files
committed
update version number and fwlink for abtesting json
1 parent96e3386 commit1bcaa54

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 aboutcustomizing 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
lethasError:boolean=false;
8888
lettelemetryProperties:{[key:string]:string}={};
8989
constlocalConfigPath:string=util.getExtensionFilePath(localConfigFile);
90-
returnutil.downloadFileToDestination("https://go.microsoft.com/fwlink/?linkid=852750",localConfigPath)
90+
returnutil.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)

[8]ページ先頭

©2009-2025 Movatter.jp