Skip to content

Commit

Permalink
Document which files should be watched (#62)
Browse files Browse the repository at this point in the history
Closes #25
  • Loading branch information
remcohaszing committed Sep 25, 2023
1 parent 44e4413 commit d7917d0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Create a **[language server][]** based on **[unified][]** ecosystems.
* [Examples](#examples)
* [Types](#types)
* [Language Server features](#language-server-features)
* [Watching files](#watching-files)
* [Requests](#requests)
* [Configuration](#configuration)
* [Compatibility](#compatibility)
* [Related](#related)
Expand Down Expand Up @@ -174,6 +176,14 @@ options.

## Language Server features

### Watching files

Clients should watch the `unified-engine`
[config files][unified-engine-configuration] and notify the language server if a
change was made.

### Requests

Language servers created using this package implement the following language
server features:

Expand Down Expand Up @@ -297,4 +307,6 @@ abide by its terms.

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

[unified-engine-configuration]: https://github.com/unifiedjs/unified-engine/blob/main/readme.md#implicit-configuration

[vscode-languageserver]: https://github.com/microsoft/vscode-languageserver-node/tree/main/server

0 comments on commit d7917d0

Please sign in to comment.