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
{{ message }}
This repository was archived by the owner on Jul 27, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ The server supports the following settings:
62
62
-`format`
63
63
-`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.
64
64
-`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.
66
66
- `url`: The URL of the schema, optional when also a schema is provided.
67
67
- `schema`: The schema content.
68
68
- `resultLimit`: The max number foldig ranges and otline symbols to be computed (for performance reasons)
0 commit comments