(commandString: string)
| 97 | }, |
| 98 | |
| 99 | getSpawnArgs(commandString: string): string[] { |
| 100 | return buildPowerShellArgs(commandString) |
| 101 | }, |
| 102 | |
| 103 | async getEnvironmentOverrides(): Promise<Record<string, string>> { |
| 104 | const env: Record<string, string> = {} |
nothing calls this directly
no test coverage detected