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
Copy file name to clipboardExpand all lines: Documentation/LanguageServer/Customizing Default Settings.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,15 +83,15 @@ The extension determines the system includePath and defines to send to the Intel
83
83
84
84
1. If `compileCommands` has a valid value and the file open in the editor is in the database, use the compile command in the database entry to determine the include path and defines.
85
85
* The system include path and defines are determined using the following logic (in order):
86
-
1. If `systemIncludePath` has a value, use it (continue to the next step to seach for system defines).
86
+
1. If `systemIncludePath` has a value, use it (continue to the next step to search for system defines).
87
87
2. If `compilerPath` is valid, query it.
88
88
3. Interpret the first argument in the command as the compiler and attempt to query it.
89
89
4. If `compilerPath` is `""`, use an empty array for system include path and defines.
90
90
5. If `compilerPath` is undefined, look for a compiler on the system and query it.
91
91
92
92
2. If `compileCommands` is invalid or the current file is not listed in the database, use the `includePath` and `defines` properties in the configuration for IntelliSense.
93
93
* The system include path and defines are determined using the following logic (in order):
94
-
1. If `systemIncludePath` has a value, use it (continue to the next step to seach for system defines).
94
+
1. If `systemIncludePath` has a value, use it (continue to the next step to search for system defines).
95
95
2. If `compilerPath` is valid, query it.
96
96
3. If `compilerPath` is `""`, use an empty array for system include path and defines (they are assumed to be in the `includePath` and `defines` for the current config already).
97
97
4. If `compilerPath` is undefined, look for a compiler on the system and query it.
0 commit comments