This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
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