With #41676, vscode can update in background (on Windows). It is pretty nice!
(I already set update.enableWindowsBackgroundUpdates to true)
The problem is that we need more "click" operations now.
- start vscode, it will automatically check updates and download
- find a
1 on the gear icon
- click the gear icon
- click
install update
- wait for several seconds
- click the gear icon
- click
restart now
It will be better to have an option to skip the first install update confirmation. So vscode can automatically start background updates and only notify user when everything is done.
With #41676, vscode can update in background (on Windows). It is pretty nice!
(I already set
update.enableWindowsBackgroundUpdatestotrue)The problem is that we need more "click" operations now.
1on the gear iconinstall updaterestart nowIt will be better to have an option to skip the first
install updateconfirmation. So vscode can automatically start background updates and only notify user when everything is done.