Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import type * as vscode from 'vscode-languageserver-protocol';
|
||||
import { type URI } from 'vscode-uri';
|
||||
import type { LanguageServiceContext } from '../types';
|
||||
export interface DocumentLinkData {
|
||||
uri: string;
|
||||
original: Pick<vscode.DocumentLink, 'data'>;
|
||||
pluginIndex: number;
|
||||
}
|
||||
export declare function register(context: LanguageServiceContext): (uri: URI, token?: vscode.CancellationToken) => Promise<vscode.DocumentLink[]>;
|
||||
Reference in New Issue
Block a user