| 1 | import 'reflect-metadata'; |
| 2 | import { container } from 'tsyringe'; |
| 3 | import { PanelService } from '../workbench/panelService'; |
| 4 | import { StandaloneEditor } from 'monaco-editor/esm/vs/editor/standalone/browser/standaloneCodeEditor'; |
nothing calls this directly
no test coverage detected