cli/pkg/cmd/codespace
Jose Garcia 55f4fcf05c Live Share session activity detection
- Session now accepts two new options: ClientName and Logger
- Port forwarder now supports a keepAlive parameter which when true,
  instructs the PF to call the session's keepAlive method.
- Port forwarder uses a new traffic monitor to detect I/O traffic and
  notify the session when applicable.
- The SSH command introduces a new debug flag which enables the command
  to log to a new temporary file. The file path is printed to the user.
2021-10-07 10:42:06 -04:00
..
output Live Share session activity detection 2021-10-07 10:42:06 -04:00
code.go Rename the cmd pkg to codespace 2021-10-04 14:16:04 -04:00
common.go Revert other rename changes 2021-10-06 13:46:04 -04:00
create.go Revert other rename changes 2021-10-06 13:46:04 -04:00
delete.go Revert other rename changes 2021-10-06 13:46:04 -04:00
delete_test.go Keep codespace struct in API for now 2021-10-06 11:44:26 -04:00
list.go Keep codespace struct in API for now 2021-10-06 11:44:26 -04:00
logs.go Live Share session activity detection 2021-10-07 10:42:06 -04:00
mock_api.go Keep codespace struct in API for now 2021-10-06 11:44:26 -04:00
mock_prompter.go Rename the cmd pkg to codespace 2021-10-04 14:16:04 -04:00
ports.go Live Share session activity detection 2021-10-07 10:42:06 -04:00
root.go Rename the cmd pkg to codespace 2021-10-04 14:16:04 -04:00
ssh.go Live Share session activity detection 2021-10-07 10:42:06 -04:00