()
| 23 | const updatedContext = { |
| 24 | ...context, |
| 25 | get env() { |
| 26 | return env || (env = normalizeEnv(isWindows, context.env)); |
| 27 | } |
| 28 | }; |
| 29 | const replace = replaceWithContext.bind(undefined, isWindows, updatedContext); |
| 30 | if (context.containerWorkspaceFolder) { |
nothing calls this directly
no test coverage detected