Skip to content

Commit 7f70ea7

Browse files
committed
PR #168
1 parent 8d83f27 commit 7f70ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document describes version 3.0 of the language server protocol. Major goals
44

55
- add support for client feature flags to support that servers can adapt to different client capabilities. An example is the new `textDocument/willSaveWaitUntil` request which not all clients might be able to support. If the feature is disabled in the client capabilities sent on the initialize request, the server can't rely on receiving the request.
66
- add support to experiment with new features. The new `ClientCapabilities.experimential` section together with feature flags allow servers to provide experimental feature without
7-
- servers can more dynamically react to client features. Capabilites can now be register and unregistered after the initialize request using the new `client/registerCapability` and `client/unregisterCapability`. This for example allows servers to react to settings or configuration changes without a restart.
7+
- servers can more dynamically react to client features. Capabilites can now be registered and unregistered after the initialize request using the new `client/registerCapability` and `client/unregisterCapability`. This for example allows servers to react to settings or configuration changes without a restart.
88
- add support for `textDocument/willSave` notification and `textDocument/willSaveWaitUntil` request.
99
- add support for `textDocument/documentLink` request.
1010
- add a `rootUri` property to the initializeParams in favour of the `rootPath` property.

0 commit comments

Comments
 (0)