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