This commit is contained in:
Michael Telatynski
2021-05-18 12:56:23 +01:00
parent e9c258a930
commit 78f569de94
+1 -3
View File
@@ -98,9 +98,7 @@ export default abstract class AutocompleteProvider {
selection: ISelectionRange, selection: ISelectionRange,
force: boolean, force: boolean,
limit: number, limit: number,
): Promise<ICompletion[]> { ): Promise<ICompletion[]>;
return [];
}
abstract getName(): string; abstract getName(): string;