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