Skip to content

Commit d7917d0

Browse files
authored
Document which files should be watched (#62)
Closes #25
1 parent 44e4413 commit d7917d0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Create a **[language server][]** based on **[unified][]** ecosystems.
2121
* [Examples](#examples)
2222
* [Types](#types)
2323
* [Language Server features](#language-server-features)
24+
* [Watching files](#watching-files)
25+
* [Requests](#requests)
2426
* [Configuration](#configuration)
2527
* [Compatibility](#compatibility)
2628
* [Related](#related)
@@ -174,6 +176,14 @@ options.
174176

175177
## Language Server features
176178

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+
177187
Language servers created using this package implement the following language
178188
server features:
179189

@@ -297,4 +307,6 @@ abide by its terms.
297307

298308
[unified-engine]: https://github.com/unifiedjs/unified-engine
299309

310+
[unified-engine-configuration]: https://github.com/unifiedjs/unified-engine/blob/main/readme.md#implicit-configuration
311+
300312
[vscode-languageserver]: https://github.com/microsoft/vscode-languageserver-node/tree/main/server

0 commit comments

Comments
 (0)