Skip to content

Commit 71eb0bd

Browse files
committed
adjust auto-complete for compilerPath in c_cpp_properties.json
1 parent 3526478 commit 71eb0bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Extension/c_cpp_properties.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"markdownDescription": "Full path of the compiler being used, e.g. `/usr/bin/gcc`, to enable more accurate IntelliSense.",
2020
"descriptionHint": "Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered.",
2121
"type": [
22-
"string",
23-
"null"
22+
"null",
23+
"string"
2424
]
2525
},
2626
"compilerArgs": {

0 commit comments

Comments
 (0)