feat: replace vscodeipc with vscodessh (#5645)

The VS Code extension has been refactored to use VS Code
Remote SSH instead of using the private API.

This changes the structure to continue using SSH, but
output network information periodically to a file.
This commit is contained in:
Kyle Carberry
2023-01-09 22:23:17 -06:00
committed by GitHub
parent fa7deaaa5c
commit 9f6edab53b
9 changed files with 324 additions and 650 deletions

View File

@ -97,7 +97,7 @@ func Core() []*cobra.Command {
update(),
users(),
versionCmd(),
vscodeipcCmd(),
vscodeSSH(),
workspaceAgent(),
}
}