astro-ghostcms/.pnpm-store/v3/files/4a/d21fe03f7007f5f8275293d9450...

4 lines
308 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.CodeAction, token?: vscode.CancellationToken) => Promise<vscode.CodeAction>;
//# sourceMappingURL=codeActionResolve.d.ts.map