-
Notifications
You must be signed in to change notification settings - Fork 804
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for
completionList.applyKind
to determine how values fr…
…om `completionList.itemDefaults` and `completion` are combined. (#2018) * Add support for `completionList.applyKind` to determine how values from `completionList.itemDefaults` and `completion` are combined. Fixes #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 <[email protected]>
- Loading branch information
Showing
2 changed files
with
120 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters