mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Defines a common protocol for language servers.
* Add support for `completionList.applyKind` to determine how values from `completionList.itemDefaults` and `completion` are combined. Fixes https://github.com/microsoft/language-server-protocol/issues/1802 * Update completion.md * Simplify by removing distinction between null/undefined * Use a single client capability + add ApplyKind enum/type * Make this clearer * Minor fixes - commitCharacters isn't allowed to be null so no point mentioning this - Fix missing quote - Fix error in ApplyKind type (either needs "typeof" or to use literals, and other things use literals) * Change ApplyKind to be integers * Typos --------- Co-authored-by: Dirk Bäumer <dirkb@microsoft.com> |
||
|---|---|---|
| .vscode | ||
| _data | ||
| _implementors | ||
| _includes | ||
| _layouts | ||
| _overviews | ||
| _specifications | ||
| css | ||
| img | ||
| js | ||
| resources | ||
| webfonts | ||
| .gitattributes | ||
| .gitignore | ||
| 404.html | ||
| _config.yml | ||
| Gemfile | ||
| Gemfile.lock | ||
| index.html | ||
| License-code.txt | ||
| License.txt | ||
| SECURITY.md | ||
| ThirdPartyNotices.txt | ||