Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit 415c564

Browse files
committed
improve fileMatch descriptions for exclusion patterns
1 parent 6434931 commit 415c564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The server supports the following settings:
6262
- `format`
6363
- `enable`: Whether the server should register the formatting support. This option is only applicable if the client supports *dynamicRegistration* for *rangeFormatting* and `initializationOptions.provideFormatter` is not defined.
6464
- `schema`: Configures association of file names to schema URL or schemas and/or associations of schema URL to schema content.
65-
- `fileMatch`: an array of file names or paths (separated by `/`). `*` can be used as a wildcard.
65+
- `fileMatch`: an array of file names or paths (separated by `/`). `*` can be used as a wildcard. Exclusion patterns can also be defined and start with '!'. A file matches when there at least one matching pattern and the last matching pattern is not an exclusion pattern.
6666
- `url`: The URL of the schema, optional when also a schema is provided.
6767
- `schema`: The schema content.
6868
- `resultLimit`: The max number foldig ranges and otline symbols to be computed (for performance reasons)

0 commit comments

Comments
 (0)