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