This commit is contained in:
Andre Weinand 2022-02-28 12:54:27 +01:00
Родитель 8dfefe0e3e
Коммит a1a724ae28
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 845199EE2839F4EB
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -376,6 +376,11 @@ Another nexte version of the [Language Server Protocol](https://microsoft.github
- the conversion of LSP types into VS Code types and vice versa is now fully async. This avoid that the conversion of large data streams can block the extension host. Please note that this is a breaking API change in the libraries (see also the [readme.md](https://github.com/microsoft/vscode-languageserver-node/blob/081ba82a0e49eebec2d1b7d93751290cc1128104/README.md#L47)). It does not affect the backwards compatibility of the protocol itself.
- the proposed implementation for notebook documents got enhanced. It has now full middleware and provider support.
## Debug Adapter Protocol
- A new boolean property `lazy` has been added to the `VariablePresentationHint`. Clients can use the optional flag to present the variable with a UI that supports a specific gesture to fetch its value.
- A new optional string property `detail` has been added to the `CompletionItem`. With this human-readable string a client can show additional information about the item, like type or symbol information. Please note that this property is not yet supported by VS Code.
## Proposed extension APIs
Every milestone comes with new proposed APIs and extension authors can try them out. As always, we want your feedback. Here are the steps to try out a proposed API: