Skip to content

Commit c68ad37

Browse files
sean-mcmanusbobbrow
authored andcommitted
Seanmcm/change compiler path comments (#1688)
* Modify compilerPath description. * Modification.
1 parent f857bc4 commit c68ad37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/c_cpp_properties.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"type": "string"
1616
},
1717
"compilerPath": {
18-
"description": "Full path name of the compiler being used, e.g. /usr/bin/gcc, to enable more accurate IntelliSense.",
18+
"description": "Full path name of the compiler being used, e.g. /usr/bin/gcc, to enable more accurate IntelliSense. Args can be added to modify the includes/defines used, e.g. -nostdinc++, -m32, etc., but paths with spaces must be surrounded with \\\" if args are used.",
1919
"type": "string"
2020
},
2121
"cStandard": {

0 commit comments

Comments
 (0)