astro-ghostcms/.pnpm-store/v3/files/77/6d8cb0b9e704c0f8451614f6d1f...

4 lines
430 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type * as vscode from 'vscode-languageserver-protocol';
import type { ServiceContext, AutoInsertionContext } from '../types';
export declare function register(context: ServiceContext): (uri: string, position: vscode.Position, autoInsertContext: AutoInsertionContext, token?: vscode.CancellationToken) => Promise<NonNullable<string | vscode.TextEdit | null | undefined> | undefined>;
//# sourceMappingURL=autoInsert.d.ts.map