We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed5587 commit ae6705bCopy full SHA for ae6705b
src/Types.fs
@@ -2451,6 +2451,8 @@ type CompletionTriggerKind =
2451
/// Completion was triggered by a trigger character specified by
2452
/// the `triggerCharacters` properties of the `CompletionRegistrationOptions`.
2453
| TriggerCharacter = 2
2454
+ /// Completion was re-triggered as the current completion list is incomplete.
2455
+ | TriggerForIncompleteCompletions = 3
2456
2457
type CompletionContext =
2458
{
0 commit comments