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