We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1475738 commit ca2753dCopy full SHA for ca2753d
1 file changed
src/languageFeatures.ts
@@ -159,7 +159,7 @@ export class CompletionAdapter<T extends BaseSQLWorker>
159
}
160
return worker.doCompletionWithEntities(code, position);
161
})
162
- .then(async ({ suggestions, allEntities, context: semanticContext }) => {
+ .then(({ suggestions, allEntities, context: semanticContext }) => {
163
let snippets: CompletionSnippet[] = [];
164
if (semanticContext?.isNewStatement) {
165
snippets = this._defaults.completionSnippets.map((item) => ({
0 commit comments