pull/21833/head
Michael Telatynski 2021-05-18 12:56:23 +01:00
parent e9c258a930
commit 78f569de94
1 changed files with 1 additions and 3 deletions

View File

@ -98,9 +98,7 @@ export default abstract class AutocompleteProvider {
selection: ISelectionRange,
force: boolean,
limit: number,
): Promise<ICompletion[]> {
return [];
}
): Promise<ICompletion[]>;
abstract getName(): string;