File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ Create a **[language server][]** based on **[unified][]** ecosystems.
21
21
* [ Examples] ( #examples )
22
22
* [ Types] ( #types )
23
23
* [ Language Server features] ( #language-server-features )
24
+ * [ Watching files] ( #watching-files )
25
+ * [ Requests] ( #requests )
24
26
* [ Configuration] ( #configuration )
25
27
* [ Compatibility] ( #compatibility )
26
28
* [ Related] ( #related )
@@ -174,6 +176,14 @@ options.
174
176
175
177
## Language Server features
176
178
179
+ ### Watching files
180
+
181
+ Clients should watch the ` unified-engine `
182
+ [ config files] [ unified-engine-configuration ] and notify the language server if a
183
+ change was made.
184
+
185
+ ### Requests
186
+
177
187
Language servers created using this package implement the following language
178
188
server features:
179
189
@@ -297,4 +307,6 @@ abide by its terms.
297
307
298
308
[ unified-engine ] : https://github.com/unifiedjs/unified-engine
299
309
310
+ [ unified-engine-configuration ] : https://github.com/unifiedjs/unified-engine/blob/main/readme.md#implicit-configuration
311
+
300
312
[ vscode-languageserver ] : https://github.com/microsoft/vscode-languageserver-node/tree/main/server
You can’t perform that action at this time.
0 commit comments