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:
parent
7d6fba0d7d
commit
64f4660ec7
31 changed files with 491 additions and 2211 deletions
1
.github/CODEOWNERS
vendored
1
.github/CODEOWNERS
vendored
|
|
@ -1,5 +1,4 @@
|
|||
* @cli/code-reviewers
|
||||
|
||||
pkg/cmd/codespace/ @cli/codespaces
|
||||
pkg/liveshare/ @cli/codespaces
|
||||
internal/codespaces/ @cli/codespaces
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue