You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Completion requests don't work without a trigger character.
This comes down to completions.ts line 36, which limits the requests to CompletionTriggerKind.TriggerCharacter,, meaning CompletionTriggerKind.Invoke doesn't work.