Skip to content

Commit 975c3d0

Browse files
authored
Little grammar and clarity tweaks (#9902)
1 parent 04cbc25 commit 975c3d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/cpp/customize-cpp-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The following JSON snippet is an example configuration for `c_cpp_properties.jso
7070
We recommend that you don't edit this field. It tracks the current version of the `c_cpp_properties.json` file, so that the extension knows what properties and settings should be present and how to upgrade this file to the latest version.
7171

7272
- `enableConfigurationSquiggles`:
73-
Set to `true` to report errors detected in `c_cpp_properties.json` file to the C++ extension.
73+
Set to `true` to report errors detected in the `c_cpp_properties.json` file to the C++ extension.
7474

7575
## Configuration properties
7676

@@ -143,7 +143,7 @@ The following JSON snippet is an example configuration for `c_cpp_properties.jso
143143
### Browse properties
144144

145145
- `path`:
146-
A list of paths who's source files are parsed to be used in global symbol searches. If omitted, `includePath` is used as the `path`. Searching on these paths is recursive by default. Specify `*` to indicate nonrecursive search. For example, `${workspaceFolder}` searches through all subdirectories while `${workspaceFolder}/*` does not.
146+
A list of paths whose source files are parsed to be used in global symbol searches. If omitted, `includePath` is used as the `path`. Searching on these paths is recursive by default. Specify `*` to indicate nonrecursive search. For example, `${workspaceFolder}` searches through all subdirectories while `${workspaceFolder}/*` does not.
147147

148148
- `limitSymbolsToIncludedHeaders`:
149149
When `true`, the Tag Parser only parses header files that are directly or indirectly included by a source file in `${workspaceFolder}`. When `false`, the Tag Parser parses all code files found in the paths specified in the `browse.path` list.

0 commit comments

Comments
 (0)