We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d4c77 commit f01dccdCopy full SHA for f01dccd
src/CompletionProvider.ts
@@ -84,7 +84,7 @@ function getWords(
84
];
85
}
86
default: {
87
- throw new Error(`Unsupported trigger character ${trigger}`);
+ throw new Error(`Unsupported trigger character ${trigger}`);
88
89
90
0 commit comments