Commit de67c71
release(extension): v0.1.1 — Linux + macOS only, Windows temporarily dropped
v0.1.0 shipped a win32-x64 .vsix that did not work end-to-end on a real
Cursor install (MCP server failed to boot, sidebar empty). PR #136
landed the ELECTRON_RUN_AS_NODE fix that should resolve it, but the
fix wasn't verified on a real Windows machine before release time.
Dropping Windows from the v0.1.1 publish matrix to avoid offering a
second known-broken build to marketplace users.
What v0.1.1 ships:
- linux-x64, linux-arm64, darwin-x64, darwin-arm64 (4 platforms)
- core fixes accumulated since v0.1.0:
- PR #135: workflow contents:write + LICENSE in package
- PR #136: ELECTRON_RUN_AS_NODE (MCP/spawn/hooks) — lives in code,
just doesn't get exercised because Windows .vsix doesn't ship
- PR #137: scanner scope-constraint (no parent-dir traversal)
What v0.1.1 does NOT ship:
- win32-x64 .vsix (publish matrix entry commented out; uncomment when
Windows is verified end-to-end). v0.1.0@win32-x64 remains visible on
Open VSX (registry is immutable; explicit unpublish requires an
Eclipse Foundation manual request) — README warns Windows users not
to install it.
Files:
- .github/workflows/publish-extension.yml: comment out win32-x64 in
build matrix; drop win32-x64 from publish loop targets; soften the
GitHub Release notes to not hardcode "5 files"
- extension/package.json: 0.1.0 → 0.1.1
- extension/README.md: refresh "Platform support" table + new
"Windows status" section explaining the gap
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 740998c commit de67c71
3 files changed
Lines changed: 41 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
52 | 67 | | |
53 | 68 | | |
54 | 69 | | |
| |||
192 | 207 | | |
193 | 208 | | |
194 | 209 | | |
195 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
196 | 217 | | |
197 | 218 | | |
198 | 219 | | |
| |||
207 | 228 | | |
208 | 229 | | |
209 | 230 | | |
210 | | - | |
211 | | - | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
212 | 237 | | |
213 | 238 | | |
214 | | - | |
| 239 | + | |
215 | 240 | | |
216 | 241 | | |
217 | 242 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | 53 | | |
55 | | - | |
| 54 | + | |
56 | 55 | | |
57 | | - | |
| 56 | + | |
58 | 57 | | |
59 | | - | |
| 58 | + | |
60 | 59 | | |
61 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments