* Initial the Workspace, like Services and editor config.
(container: HTMLElement)
| 49 | * Initial the Workspace, like Services and editor config. |
| 50 | */ |
| 51 | initWorkspace(container: HTMLElement): void; |
| 52 | } |
| 53 | @singleton() |
| 54 | export class MonacoService implements IMonacoService { |
no outgoing calls
no test coverage detected