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
Copy file name to clipboardExpand all lines: extensions/json-language-features/server/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ The server supports the following settings:
66
66
-`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 is at least one matching pattern and the last matching pattern is not an exclusion pattern.
67
67
-`url`: The URL of the schema, optional when also a schema is provided.
68
68
-`schema`: The schema content.
69
-
-`resultLimit`: The max number foldig ranges and otline symbols to be computed (for performance reasons)
69
+
-`resultLimit`: The max number folding ranges and outline symbols to be computed (for performance reasons)
70
70
71
71
```json
72
72
{
@@ -160,7 +160,7 @@ Notification:
160
160
### Item Limit
161
161
162
162
If the setting `resultLimit` is set, the JSON language server will limit the number of folding ranges and document symbols computed.
163
-
When the limit is reached, a notification `json/resultLimitReached` is sent that can be shown that camn be shown to the user.
163
+
When the limit is reached, a notification `json/resultLimitReached` is sent that can be shown that can be shown to the user.
164
164
165
165
Notification:
166
166
- method: 'json/resultLimitReached'
@@ -180,7 +180,7 @@ For that, install the `json-language-server` npm module:
180
180
181
181
`npm install -g json-language-server`
182
182
183
-
Start the language server with the `json-language-server` command. Use a command line argument to specify the prefered communication channel:
183
+
Start the language server with the `json-language-server` command. Use a command line argument to specify the preferred communication channel:
0 commit comments