vscode-languageserver-node/client-node-tests
Danny Tuppeny 8c5b095be0
Add support for CompletionList "applyKind" to control how defaults and per-item commitCharacters/data are combined (#1558)
* Add support for CompletionList "applyKind" to control how defaults and per-item commitCharacters/data are combined

Implements the changes in the LSP spec PR at https://github.com/microsoft/language-server-protocol/pull/2018.

(Also see https://github.com/microsoft/language-server-protocol/issues/1802)

* Update meta model

* Add non-null falsy test

* Change ApplyKind to ints

* Tweaks + typos

---------

Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2024-10-04 14:43:50 +02:00
..
bin
src Add support for CompletionList "applyKind" to control how defaults and per-item commitCharacters/data are combined (#1558) 2024-10-04 14:43:50 +02:00
.eslintignore
.eslintrc.json
.mocharc.json
extension.js
package-lock.json Merge release into main (#1541) 2024-08-13 07:11:42 -07:00
package.json Merge release into main (#1541) 2024-08-13 07:11:42 -07:00
tsconfig.json
tsconfig.publish.json
tsconfig.watch.json