astro-ghostcms/.pnpm-store/v3/files/7b/e517f473a934446121ab033f57c...

4 lines
302 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 } from '../types';
export declare function register(context: ServiceContext): (item: vscode.CodeLens, token?: vscode.CancellationToken) => Promise<vscode.CodeLens>;
//# sourceMappingURL=codeLensResolve.d.ts.map