Skip to content

Commit d66e3b1

Browse files
committed
Add a configuration warning string
1 parent 64aed44 commit d66e3b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Extension/src/nativeStrings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,6 @@
233233
"text": "Inline macro",
234234
"hint": "'Inline' is a command and not an adjective, i.e. like 'Expand macro'."
235235
},
236-
"unable_to_access_browse_database": "Unable to access browse database. ({0})"
236+
"unable_to_access_browse_database": "Unable to access browse database. ({0})",
237+
"default_compiler_path_modified_explicit_intellisense_mode": "IntelliSenseMode was changed because it didn't match the detected compiler. Consider setting \"compilerPath\" instead. Set \"compilerPath\" to \"\" to disable detection of system includes and defines."
237238
}

0 commit comments

Comments
 (0)