MCPcopy Index your code
hub / github.com/microsoft/vscode-cpptools / logLocalized

Function logLocalized

Extension/src/logger.ts:177–180  ·  view source on GitHub ↗
(params: LocalizeStringParams)

Source from the content-addressed store, hash-verified

175}
176
177export function logLocalized(params: LocalizeStringParams): void {
178 const output: string = getLocalizedString(params);
179 log(output);
180}
181
182export function disposeOutputChannels(): void {
183 if (outputChannel) {

Callers

nothing calls this directly

Calls 2

getLocalizedStringFunction · 0.90
logFunction · 0.85

Tested by

no test coverage detected