# To Reproduce 1. Use `code-server`. 2. Install rust-analyzer via extensions. 3. Change channel setting to "nightly". 4. Reload. 5. A toast pops up saying "New version of rust-analyzer (nightly) is available (requires reload)." 6. Press "update". # Expected result `code-server` webpage reloads and rust-analyzer is on the nightly channel. # Actual result Another toast pops up saying "New version of rust-analyzer (nightly) is available (requires reload)." Rinse and repeat as many times as you'd like. It seems like in this state the rust-analyzer extension isn't actually functional. I'm not getting any errors highlighted.