* activates the specified extensions * @param ext extensions that need to be activated
(ext: any)
| 2069 | * @param ext extensions that need to be activated |
| 2070 | */ |
| 2071 | plugins(ext: any): void; |
| 2072 | |
| 2073 | /** |
| 2074 | * removes a keyboard shortcut |
no outgoing calls
no test coverage detected