8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd3475 commit 0e8ef49Copy full SHA for 0e8ef49
.github/workflows/ci.yaml
@@ -147,8 +147,10 @@ jobs:
147
id: version
148
run: echo "::set-output name=version::$(jq -r .version package.json)"
149
150
- # We need to rebuild when we have a new version of Code or when any of
151
- # the patches changed. Use VSCODE_CACHE_VERSION to force a rebuild.
+ # We need to rebuild when we have a new version of Code, when any of
+ # the patches changed, or when the code-server version changes (since
152
+ # it gets embedded into the code). Use VSCODE_CACHE_VERSION to
153
+ # force a rebuild.
154
- name: Fetch prebuilt Code package from cache
155
id: cache-vscode
156
uses: actions/cache@v3
0 commit comments