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