delint
This commit is contained in:
@@ -98,9 +98,7 @@ export default abstract class AutocompleteProvider {
|
||||
selection: ISelectionRange,
|
||||
force: boolean,
|
||||
limit: number,
|
||||
): Promise<ICompletion[]> {
|
||||
return [];
|
||||
}
|
||||
): Promise<ICompletion[]>;
|
||||
|
||||
abstract getName(): string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user