We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64de2af commit 9a7fa21Copy full SHA for 9a7fa21
2 files changed
Extension/cpptools.json
@@ -4,5 +4,5 @@
4
"recursiveIncludes": 100,
5
"gotoDefIntelliSense": 100,
6
"enhancedColorization": 100,
7
- "minimumVSCodeVersion": "1.44.0"
+ "minimumVSCodeVersion": "1.49.0"
8
}
Extension/src/abTesting.ts
@@ -103,6 +103,7 @@ export class ABTestSettings {
103
let hasError: boolean = false;
104
const telemetryProperties: { [key: string]: string } = {};
105
const localConfigPath: string = util.getExtensionFilePath(localConfigFile);
106
+ // Download the latest cpptools.json.
107
return util.downloadFileToDestination("https://go.microsoft.com/fwlink/?linkid=2097702", localConfigPath)
108
.catch((error) => {
109
// More specific error info is not likely to be helpful, and we get detailed download data from the initial install.
0 commit comments