This commit is contained in:
Michael Telatynski 2021-05-18 12:56:23 +01:00
parent e9c258a930
commit 78f569de94

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;