File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
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
12
10
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 ` .
13
15
14
16
## 0.15.0.1
15
17
You can’t perform that action at this time.
0 commit comments