Commit 39191b0
authored
Ship universal VSIX without bundled CLI binary (#2)
# TLDR;
Simplify the release pipeline to produce a single universal VSIX that no
longer bundles the platform-specific CLI binary.
# Details
- Remove the platform matrix (osx-arm64, osx-x64, linux-x64, win-x64)
from the `build-vsix` job — now builds one universal VSIX
- Remove the .NET SDK setup and `dotnet publish` step from VSIX
packaging
- Exclude the `bin/` directory from the VSIX via `.vscodeignore`
- The separate `build-cli` job is unaffected and continues to produce
platform-specific CLI artifacts
# How do the tests prove the change works
Pipeline change — verified by successful CI build and VSIX packaging on
push.1 parent e6359d0 commit 39191b0
2 files changed
Lines changed: 4 additions & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 13 | | |
25 | 14 | | |
26 | 15 | | |
27 | 16 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 17 | | |
33 | 18 | | |
34 | 19 | | |
35 | 20 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 21 | | |
47 | 22 | | |
48 | 23 | | |
| |||
51 | 26 | | |
52 | 27 | | |
53 | 28 | | |
54 | | - | |
| 29 | + | |
55 | 30 | | |
56 | | - | |
| 31 | + | |
57 | 32 | | |
58 | 33 | | |
59 | 34 | | |
60 | 35 | | |
61 | | - | |
| 36 | + | |
62 | 37 | | |
63 | 38 | | |
64 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
0 commit comments