Skip to content

Commit

Permalink
chore: Remove unecessary completion trigger character.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Dean committed Nov 5, 2019
1 parent bda1ead commit 15d91b2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,6 +11,6 @@ export const SERVER_CAPABILITIES: ServerCapabilities = {
documentSymbolProvider: false,
completionProvider: {
resolveProvider: false,
triggerCharacters: [ ":", '"', "=", ".", "/" ],
triggerCharacters: [ ":", '"', "=", "/" ],
},
};

0 comments on commit 15d91b2

Please sign in to comment.