mirror of
https://github.com/coder/code-server.git
synced 2026-02-07 21:12:42 -06:00
Before this, creating a release sometimes prevented vscode from rebuilding and using the cache instead. Now we use the package.json.version in the cache key to "bust" the cache if the package.json version is updated (aka a release). Fixes #5316