delint
This commit is contained in:
parent
e9c258a930
commit
78f569de94
1 changed files with 1 additions and 3 deletions
|
@ -98,9 +98,7 @@ export default abstract class AutocompleteProvider {
|
|||
selection: ISelectionRange,
|
||||
force: boolean,
|
||||
limit: number,
|
||||
): Promise<ICompletion[]> {
|
||||
return [];
|
||||
}
|
||||
): Promise<ICompletion[]>;
|
||||
|
||||
abstract getName(): string;
|
||||
|
||||
|
|
Loading…
Reference in a new issue