Skip to content

Commit

Permalink
update trigger characters (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaschdoc authored Jun 22, 2024
1 parent f635901 commit 8682c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/handlers/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function handleInitialize(_params: InitializeParams) {
textDocumentSync: TextDocumentSyncKind.Incremental,
documentHighlightProvider: true,
completionProvider: {
triggerCharacters: ['.', '/', '?'],
triggerCharacters: ['#', '.', '/', '?'],
},
hoverProvider: true,
inlayHintProvider: true,
Expand Down

0 comments on commit 8682c8e

Please sign in to comment.