mirror of
https://github.com/coder/coder.git
synced 2026-09-22 13:10:21 +08:00
* fix: Fix ssh message/spinner in VSCode integrated terminal The messages never show up in VSCode integrated terminal due to the defer `fmt.Fprintf`. There could be a race in VSCode in handling the terminal codes but ultimately, we can simplify our logic by just stopping the spinner for the duration of the update. * Avoid race in starting spinner after exit