| 203 | } |
| 204 | |
| 205 | export interface Tunnel extends TunnelDescription { |
| 206 | // Implementers of Tunnel should fire onDidDispose when dispose is called. |
| 207 | onDidDispose: Event<void>; |
| 208 | dispose(): void; |
| 209 | } |
| 210 | |
| 211 | /** |
| 212 | * Used as part of the ResolverResult if the extension has any candidate, |
no outgoing calls
no test coverage detected