We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86bcd69 commit 446fdbcCopy full SHA for 446fdbc
.github/workflows/rust.yml
@@ -144,7 +144,7 @@ jobs:
144
145
- name: VSCode - Build
146
working-directory: "squawk-vscode"
147
- run: pnpm exec vsce pack --target ${{ matrix.vscode_artifact_name }}
+ run: pnpm exec vsce pack --yarn --target ${{ matrix.vscode_artifact_name }}
148
149
- name: VSCode - Artifact
150
uses: actions/upload-artifact@v4
0 commit comments