(path: string, connection: string)
| 90 | } |
| 91 | |
| 92 | export function formatRemoteUri(path: string, connection: string): string { |
| 93 | connection = connection ?? "local"; |
| 94 | return `wsh://${connection}/${path}`; |
| 95 | } |
no outgoing calls
no test coverage detected