MCPcopy
hub / github.com/microsoft/vscode-js-debug / replace

Method replace

src/typings/vscode.d.ts:7051–7051  ·  view source on GitHub ↗

* Replaces all output from the channel with the given value. * * @param value A string, falsy values will not be printed.

(value: string)

Source from the content-addressed store, hash-verified

7049 * @param value A string, falsy values will not be printed.
7050 */
7051 replace(value: string): void;
7052
7053 /**
7054 * Removes all output from the channel.

Callers 15

resolveVariableInConfigFunction · 0.65
extractErrorDetailsFunction · 0.65
forceForwardSlashesFunction · 0.65
demangleUrlRegexFunction · 0.65
removePrivatePrefixFunction · 0.65
trimLineWhitespaceFunction · 0.65
findGoldenFilePathMethod · 0.65
replacePathMethod · 0.65
_sanitizeMethod · 0.65
dumpValueMethod · 0.65
setupCRAFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected