Skip to content

Commit 81805d4

Browse files
committed
Auto merge of rust-lang#12366 - rust-lang:revert-12349-universal-vsix, r=lnicola
Revert "internal: Publish universal VSIX to make VS happy" Reverts rust-lang/rust-analyzer#12349
2 parents ac69da8 + 0ab4a5f commit 81805d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ jobs:
241241
name: ${{ env.TAG }}
242242
token: ${{ secrets.GITHUB_TOKEN }}
243243

244+
- run: rm dist/rust-analyzer-no-server.vsix
245+
244246
- run: npm ci
245247
working-directory: ./editors/code
246248

0 commit comments

Comments
 (0)