1 | import { CommandService } from '../common/command';
|
2 | import URI from '../common/uri';
|
3 | import { OpenHandler } from './opener-service';
|
4 | export declare class CommandOpenHandler implements OpenHandler {
|
5 | readonly id = "command";
|
6 | protected readonly commands: CommandService;
|
7 | canHandle(uri: URI): number;
|
8 | open(uri: URI): Promise<boolean>;
|
9 | }
|
10 | //# sourceMappingURL=command-open-handler.d.ts.map |
\ | No newline at end of file |