astro-ghostcms/.pnpm-store/v3/files/1e/20f5e139ee2d7baeb0517d7412e...

5 lines
312 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import * as vscode from 'vscode-languageserver';
import { RuntimeEnvironment } from '../../types';
import type { Workspaces } from '../workspaces';
export declare function register(connection: vscode.Connection, workspaces: Workspaces, env: RuntimeEnvironment): void;
//# sourceMappingURL=customFeatures.d.ts.map