delint
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user