| 1 | import 'reflect-metadata'; |
| 2 | import { cloneDeep } from 'lodash'; |
| 3 | import { container } from 'tsyringe'; |
| 4 | import { CommandsRegistry } from 'monaco-editor/esm/vs/platform/commands/common/commands'; |
nothing calls this directly
no test coverage detected