@@ -4,5 +4,5 @@
|
||||
"recursiveIncludes": 100,
|
||||
"gotoDefIntelliSense": 100,
|
||||
"enhancedColorization": 100,
|
||||
"minimumVSCodeVersion": "1.44.0"
|
||||
"minimumVSCodeVersion": "1.49.0"
|
||||
}
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user