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

Function getSshChannel

Extension/src/logger.ts:120–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118}
119
120export function getSshChannel(): vscode.OutputChannel {
121 if (!sshChannel) {
122 sshChannel = vscode.window.createOutputChannel(localize("c.cpp.ssh.channel", "{0}: SSH", "Cpptools"));
123 }
124 return sshChannel;
125}
126
127export function showOutputChannel(): void {
128 getOutputChannel().show();

Callers 11

extractHostNamesFunction · 0.90
getSshConfigurationFunction · 0.90
getIncludedConfigFileFunction · 0.90
writeSshConfigurationFunction · 0.90
getSshConfigSourceFunction · 0.90
doneFunction · 0.90
failedFunction · 0.90
handleTerminalOutputFunction · 0.90
logReceivedDataFunction · 0.90
addSshTargetImplFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected