(service: CoderService)
| 28 | * without requiring callers to pass coderService explicitly. |
| 29 | */ |
| 30 | export function setGlobalCoderService(service: CoderService): void { |
| 31 | globalCoderService = service; |
| 32 | } |
| 33 | |
| 34 | /** |
| 35 | * Run the full init sequence: postCreateSetup (if present) then initWorkspace. |