astro-ghostcms/.pnpm-store/v3/files/6f/ef994b042e9ce331a792a0eb3cc...

4 lines
284 B
Plaintext

import type * as vscode from 'vscode-languageserver';
import type { ServerProjectProvider, ServerRuntimeEnvironment } from '../types';
export declare function registerEditorFeatures(connection: vscode.Connection, projects: ServerProjectProvider, env: ServerRuntimeEnvironment): void;