8c5b095be0
* 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> |
||
---|---|---|
.. | ||
src | ||
.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 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