mirror of
https://github.com/sern-handler/website
synced 2026-06-26 09:42:24 +00:00
4 lines
258 B
TypeScript
4 lines
258 B
TypeScript
import type * as vscode from 'vscode-languageserver-protocol';
|
|
import type { ServiceContext } from '../types';
|
|
export declare function register(context: ServiceContext): (query: string, token?: vscode.CancellationToken) => Promise<vscode.WorkspaceSymbol[]>;
|