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

Function getSshConfigurationFiles

Extension/src/SSH/sshHosts.ts:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38export const parseFailures: Map<string, boolean> = new Map<string, boolean>();
39
40export function getSshConfigurationFiles(): string[] {
41 return [userSshConfigurationFile, systemSshConfigurationFile];
42}
43
44// Map: host -> info
45export async function getSshConfigHostInfos(): Promise<Map<string, ISshConfigHostInfo>> {

Callers 3

enableSshTargetsViewFunction · 0.90
addSshTargetImplFunction · 0.90
getSshConfigHostInfosFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected