Skip to content

Commit

Permalink
Merge pull request #127 from redhat-developer/addTriggerCharacters
Browse files Browse the repository at this point in the history
Added trigger characters
  • Loading branch information
JPinkney committed Feb 20, 2019
2 parents 99f85cb + 35d65d3 commit 498eaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ connection.onInitialize((params: InitializeParams): InitializeResult => {
return {
capabilities: {
textDocumentSync: documents.syncKind,
completionProvider: { resolveProvider: true },
completionProvider: { triggerCharacters: [' '], resolveProvider: true },
hoverProvider: true,
documentSymbolProvider: true,
documentFormattingProvider: true
Expand Down

0 comments on commit 498eaa2

Please sign in to comment.