mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
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:
@ -97,7 +97,7 @@ func Core() []*cobra.Command {
|
||||
update(),
|
||||
users(),
|
||||
versionCmd(),
|
||||
vscodeipcCmd(),
|
||||
vscodeSSH(),
|
||||
workspaceAgent(),
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user