vscode-languageserver-node/types
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
..
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
.npmignore
License.txt
README.md
package-lock.json
package.json
thirdpartynotices.txt
tsconfig.esm.publish.json
tsconfig.json
tsconfig.publish.json
tsconfig.umd.publish.json
tsconfig.watch.json

README.md

VSCode Language Server Types

NPM Version NPM Downloads Build Status

Npm module containing the types used by the VSCode language client and Node.js language server

Click here for a detailed document on how to implement language servers for VSCode.

History

For the history please see the main repository

License

MIT