astro-ghostcms/.pnpm-store/v3/files/b9/f9cefca7ffe1abb224f62ef0e6c...

10 lines
798 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
import * as vscode from 'vscode-languageserver/node';
import { InitializationOptions, LanguageServerPlugin } from './lib/types';
import { FileSystem } from '@volar/language-service';
export * from './index';
export declare const uriToFileName: (uri: string) => string;
export declare const fileNameToUri: (fileName: string) => string;
export declare function createFs(options: InitializationOptions): FileSystem;
export declare function createConnection(): vscode._Connection<vscode._, vscode._, vscode._, vscode._, vscode._, vscode._, import("vscode-languageserver/lib/common/inlineCompletion.proposed").InlineCompletionFeatureShape, vscode._>;
export declare function startLanguageServer(connection: vscode.Connection, ...plugins: LanguageServerPlugin[]): void;
//# sourceMappingURL=node.d.ts.map