mirror of
https://github.com/sern-handler/website
synced 2026-06-13 19:32:26 +00:00
4 lines
295 B
TypeScript
4 lines
295 B
TypeScript
import type { ServicePlugin } from '@volar/language-service';
|
|
import * as vscode from 'vscode-languageserver';
|
|
export declare function getServerCapabilities(watchExts: string[], servicePlugins: ServicePlugin[], semanticTokensLegend: vscode.SemanticTokensLegend): vscode.ServerCapabilities<any>;
|