Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Bug 518623 - [lsp] Content assist assumes ServerCapabilities.Completi…
…onOptions.triggerCharacters is defined The LSP defines the triggerCharacters property on a ServerCapabilities' CompletionOptions as optional. So, Orion should not try to read and consume that value without first checking that it exists as a language server is not obligated to define a value for that property.
- Loading branch information