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