Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
Generated
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
import { Connection } from 'vscode-languageserver';
|
||||
import { LanguageService } from '../../languageservice/yamlLanguageService';
|
||||
export declare class RequestHandlers {
|
||||
private readonly connection;
|
||||
private languageService;
|
||||
constructor(connection: Connection, languageService: LanguageService);
|
||||
registerHandlers(): void;
|
||||
private registerSchemaModificationNotificationHandler;
|
||||
}
|
||||
Reference in New Issue
Block a user