vscode-kubernetes-tools / vscode-kubernetes-tools-api

A NPM package for building Kubernetes extensions for Visual Studio Code
Other
9 stars 15 forks source link

(New & Improved) Local Tunnel Debugger API #33

Closed amsoedal closed 3 years ago

amsoedal commented 3 years ago

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.

itowlson commented 3 years ago

@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.