Skip to content

Commit 9a7fa21

Browse files
authored
Update cpptools.json (#6452)
* Update cpptools.json
1 parent 64de2af commit 9a7fa21

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Extension/cpptools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"recursiveIncludes": 100,
55
"gotoDefIntelliSense": 100,
66
"enhancedColorization": 100,
7-
"minimumVSCodeVersion": "1.44.0"
7+
"minimumVSCodeVersion": "1.49.0"
88
}

Extension/src/abTesting.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ export class ABTestSettings {
103103
let hasError: boolean = false;
104104
const telemetryProperties: { [key: string]: string } = {};
105105
const localConfigPath: string = util.getExtensionFilePath(localConfigFile);
106+
// Download the latest cpptools.json.
106107
return util.downloadFileToDestination("https://go.microsoft.com/fwlink/?linkid=2097702", localConfigPath)
107108
.catch((error) => {
108109
// More specific error info is not likely to be helpful, and we get detailed download data from the initial install.

0 commit comments

Comments
 (0)