mirror of
https://github.com/sern-handler/website
synced 2026-06-19 14:22:21 +00:00
4 lines
265 B
TypeScript
4 lines
265 B
TypeScript
import type * as vscode from 'vscode-languageserver-protocol';
|
|
import type { ServiceContext } from '../types';
|
|
export declare function register(context: ServiceContext): (item: vscode.DocumentLink, token?: vscode.CancellationToken) => Promise<vscode.DocumentLink>;
|