coder/agent
Kyle Carberry 9f6edab53b
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.
2023-01-10 04:23:17 +00:00
..
reaper chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
usershell feat(windows): default to PowerShell v7 over v6 and fallback to cmd.exe (#5053) 2022-11-14 15:43:40 +10:00
agent.go feat: replace vscodeipc with vscodessh (#5645) 2023-01-10 04:23:17 +00:00
agent_test.go feat: add GPG forwarding to coder ssh (#5482) 2023-01-06 07:52:19 +00:00
apphealth.go feat: add `external` property to `coder_app` (#5425) 2022-12-14 15:54:18 -06:00
apphealth_test.go chore: Refactor agent tests to avoid `t.Run` when not needed (#5376) 2022-12-12 22:20:46 +02:00
ports_supported.go fix: fix security vulnerabilities reported by CodeQL (#5467) 2022-12-19 19:25:59 +00:00
ports_unsupported.go fix: fix builds on windows_arm64 (#4388) 2022-10-06 23:42:58 +10:00
ssh.go feat: add GPG forwarding to coder ssh (#5482) 2023-01-06 07:52:19 +00:00
statsendpoint.go feat: add endpoint to get listening ports in agent (#4260) 2022-10-06 22:38:22 +10:00