Migrate all Codespaces operations from Live Share to Dev Tunnels (#8149)

* Migrate all Codespaces operations from Live Share to Dev Tunnels

* Remove Live Share references

* Fix linting errors

* Update comments, remove deps, add uint16 bound checks

* Fix tests and move keep-alive logic to forwarder

* Address comments

* Updated mock port forwarder

* Fix CodeQL error

* Update comment

* Update func name

* Add missing connection close

* Fix linting error

* https -> http

* Update defer

* Fix tests
This commit is contained in:
David Gardiner 2023-10-12 15:16:36 -07:00 committed by GitHub
parent 7d6fba0d7d
commit 64f4660ec7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 491 additions and 2211 deletions

1
.github/CODEOWNERS vendored
View file

@ -1,5 +1,4 @@
* @cli/code-reviewers
pkg/cmd/codespace/ @cli/codespaces
pkg/liveshare/ @cli/codespaces
internal/codespaces/ @cli/codespaces