Skip to content

Commit a096ec9

Browse files
authored
Update Customizing Default Settings.md
typo
1 parent 847a2e3 commit a096ec9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/LanguageServer/Customizing Default Settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ The extension determines the system includePath and defines to send to the Intel
8383

8484
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.
8585
* 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).
8787
2. If `compilerPath` is valid, query it.
8888
3. Interpret the first argument in the command as the compiler and attempt to query it.
8989
4. If `compilerPath` is `""`, use an empty array for system include path and defines.
9090
5. If `compilerPath` is undefined, look for a compiler on the system and query it.
9191

9292
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.
9393
* 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).
9595
2. If `compilerPath` is valid, query it.
9696
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).
9797
4. If `compilerPath` is undefined, look for a compiler on the system and query it.

0 commit comments

Comments
 (0)