Revamping to matrix style
This commit is contained in:
9
node_modules/yaml-language-server/lib/esm/languageserver/handlers/workspaceHandlers.d.ts
generated
vendored
Normal file
9
node_modules/yaml-language-server/lib/esm/languageserver/handlers/workspaceHandlers.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Connection } from 'vscode-languageserver';
|
||||
import { CommandExecutor } from '../commandExecutor';
|
||||
export declare class WorkspaceHandlers {
|
||||
private readonly connection;
|
||||
private readonly commandExecutor;
|
||||
constructor(connection: Connection, commandExecutor: CommandExecutor);
|
||||
registerHandlers(): void;
|
||||
private executeCommand;
|
||||
}
|
||||
Reference in New Issue
Block a user