This PR specifies the new Local Tunnel Debugger API which allows users to redirect traffic from their cluster to their machine when developing, thus combining the benefits of remote and local debugging.
This change includes the changes & feedback from @daniv-msft's other PR with some name changes and an extra method exposed on the Debugger.
@amsoedal Because of other APIs coming in at this release, there were some conflicts that I took the liberty of dealing with rather than going round again. Hope that was okay.
Following up on this PR: https://github.com/Azure/vscode-kubernetes-tools-api/pull/31 Implementation: https://github.com/Azure/vscode-kubernetes-tools/pull/851
This PR specifies the new Local Tunnel Debugger API which allows users to redirect traffic from their cluster to their machine when developing, thus combining the benefits of remote and local debugging.
This change includes the changes & feedback from @daniv-msft's other PR with some name changes and an extra method exposed on the Debugger.