Skip to content

Commit 9557ea7

Browse files
committed
More changelog
1 parent 89f7e25 commit 9557ea7

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

lsp-test/ChangeLog.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
## Unreleased
44

5-
- Many changes relating to LSP client configuration
6-
- `lsp-test` now responds to `workspace/configuration` requests.
7-
- New function `setConfig` for setting the client configuration and notifying the server.
8-
- `lsp-test` does not send a `workspace/didChangeConfiguration` request on startup.
9-
- New `SessionConfig` option to ignore `workspace/configuration` requests, as they
10-
are often not useful in sessions. This is on by default.
11-
- `ignoreLogNotifications` is now on by default. Experience shows the norm is to ignore these
5+
- The client configuration is now _mandatory_ and is an `Object` rather than a `Value`.
6+
- `lsp-test` now responds to `workspace/configuration` requests.
7+
- `lsp-test` does _not_ send a `workspace/didChangeConfiguration` request on startup.
8+
- New functions for modifying the client configuration and notifying the server.
9+
- `ignoreLogNotifications` is now _on by default_. Experience shows the norm is to ignore these
1210
and it is simpler to turn this on only when they are required.
11+
- `ignoreConfigurationRequests` option to ignore `workspace/configuration` requests, also on
12+
by default.
13+
- New functions `setIgnoringLogNotifications` and `setIgnoringConfigurationRequests` to change
14+
whether such messages are ignored during a `Session` without having to change the `SessionConfig`.
1315

1416
## 0.15.0.1
1517

0 commit comments

Comments
 (0)