(params: LocalizeStringParams)
| 175 | } |
| 176 | |
| 177 | export function logLocalized(params: LocalizeStringParams): void { |
| 178 | const output: string = getLocalizedString(params); |
| 179 | log(output); |
| 180 | } |
| 181 | |
| 182 | export function disposeOutputChannels(): void { |
| 183 | if (outputChannel) { |
nothing calls this directly
no test coverage detected