mirror of
https://github.com/sern-handler/website
synced 2026-06-20 23:02:24 +00:00
4 lines
268 B
TypeScript
4 lines
268 B
TypeScript
import type { ServiceContext } from '../types';
|
|
import type * as _ from 'vscode-languageserver-protocol';
|
|
export declare function register(context: ServiceContext): (oldUri: string, newUri: string, token?: _.CancellationToken) => Promise<_.WorkspaceEdit | undefined>;
|