Skip to content

Commit 6a3e7f9

Browse files
committed
Replace outdated abstract async
1 parent 81a2735 commit 6a3e7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/completionProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export abstract class CompletionProvider {
5454
return " " + typeHint;
5555
}
5656

57-
abstract async provideCompletionItems(
57+
abstract provideCompletionItems(
5858
doc: TextDocument,
5959
pos: Position,
6060
token: CancellationToken,

0 commit comments

Comments
 (0)