()
| 108 | return this.asyncFeature.promise |
| 109 | }, |
| 110 | get activeCommandHandler() { |
| 111 | return activeCommandName |
| 112 | ? commands.get(activeCommandName) |
| 113 | : undefined |
| 114 | }, |
| 115 | register(command, handler) { |
| 116 | commands.set(command, handler) |
| 117 | return () => { |