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

4 lines
302 B
Plaintext

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