mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
* Fix --commit-id flag for code serve-web Fixes a bug where passing --commit-id during `code serve-web` would prevent serve-web from downloading a new version of the client at all. * Update cli/src/commands/serve_web.rs --------- Co-authored-by: Connor Peet <connor@peet.io>