mirror of
https://github.com/MaskRay/ccls.git
synced 2025-04-06 17:02:09 +00:00
initialWhitelist
parent
4a24d67c17
commit
d70769d0df
@ -240,7 +240,7 @@ Example: `{"index": {"multiVersion": 1, "multiVersionBlacklist": ["^/usr/include
|
|||||||
|
|
||||||
#### `index.initialBlacklist`
|
#### `index.initialBlacklist`
|
||||||
|
|
||||||
Default: _empty_
|
Default: `[]`
|
||||||
|
|
||||||
A list of regular expressions matching files that should not be indexed when
|
A list of regular expressions matching files that should not be indexed when
|
||||||
the `ccls` server starts up, but will still be indexed if a client opens them.
|
the `ccls` server starts up, but will still be indexed if a client opens them.
|
||||||
@ -253,7 +253,9 @@ parsing operations when performing quick edits on large projects.
|
|||||||
Be aware that you will not have access to full cross-referencing information
|
Be aware that you will not have access to full cross-referencing information
|
||||||
in this situation.
|
in this situation.
|
||||||
|
|
||||||
Example: `{"index": {"initialBlacklist": "."}}` (matches all files)
|
If `index.initialWhitelist` is also specified, the whitelist takes precedence.
|
||||||
|
|
||||||
|
Example: `{"index": {"initialBlacklist": ["."]}}` (matches all files)
|
||||||
|
|
||||||
#### `index.onChange`
|
#### `index.onChange`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user