MCPcopy Create free account
hub / github.com/microsoft/vscode-cpptools / getResumeLogMarker

Function getResumeLogMarker

Extension/src/SSH/sshCommandRunner.ts:249–251  ·  view source on GitHub ↗
(uuid: string)

Source from the content-addressed store, hash-verified

247}
248
249export function getResumeLogMarker(uuid: string): string {
250 return `${uuid}: resumeLog`;
251}
252
253export function runInteractiveSshTerminalCommand(args: ITerminalCommandArgs): Promise<ProcessReturnType> {
254 const disposables: vscode.Disposable[] = [];

Callers 1

handleOutputLoggingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected