You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A list of preprocessor definitions for the IntelliSense engine to use while parsing files. Optionally, use = to set a value, e.g. VERSION=1.",
Copy file name to clipboardExpand all lines: Extension/package.json
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -286,6 +286,16 @@
286
286
"description": "The value to use in a configuration if \"macFrameworkPath\" is not specified, or the values to insert if \"${default}\" is present in \"macFrameworkPath\".",
287
287
"scope": "resource"
288
288
},
289
+
"C_Cpp.default.windowsSdkVersion": {
290
+
"type": [
291
+
"string",
292
+
"null"
293
+
],
294
+
"default": null,
295
+
"description": "Version of the Windows SDK include path to use on Windows, e.g. '10.0.17134.0'.",
0 commit comments