Update cpptools.json (#6452)

* Update cpptools.json
This commit is contained in:
Sean McManus
2020-11-05 19:09:49 -08:00
committed by GitHub
parent 64de2af400
commit 9a7fa21028
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -4,5 +4,5 @@
"recursiveIncludes": 100,
"gotoDefIntelliSense": 100,
"enhancedColorization": 100,
"minimumVSCodeVersion": "1.44.0"
"minimumVSCodeVersion": "1.49.0"
}
+1
View File
@@ -103,6 +103,7 @@ export class ABTestSettings {
let hasError: boolean = false;
const telemetryProperties: { [key: string]: string } = {};
const localConfigPath: string = util.getExtensionFilePath(localConfigFile);
// Download the latest cpptools.json.
return util.downloadFileToDestination("https://go.microsoft.com/fwlink/?linkid=2097702", localConfigPath)
.catch((error) => {
// More specific error info is not likely to be helpful, and we get detailed download data from the initial install.