Skip to content

fix: deployment issue#15

Merged
slverma merged 2 commits into
mainfrom
fix/vscodeignore-dist
May 18, 2026
Merged

fix: deployment issue#15
slverma merged 2 commits into
mainfrom
fix/vscodeignore-dist

Conversation

@slverma

@slverma slverma commented May 18, 2026

Copy link
Copy Markdown
Owner

Fix: file ignore to ship

slverma and others added 2 commits May 18, 2026 14:06
vsce 2.x respects .gitignore when .vscodeignore is present, causing the
compiled webview bundles in dist/ to be stripped from the published package.
Adding !dist overrides that exclusion so the UI is included.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
ssr: true causes Vite to externalize all package.json dependencies, leaving
axios and form-data as bare require() calls. With node_modules/ excluded from
the vsix package, those calls fail at runtime and the extension never activates.

noExternal forces both packages to be inlined into extension.js so the vsix
needs no node_modules at all.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@slverma slverma merged commit 1138d19 into main May 18, 2026
1 check passed
slverma pushed a commit that referenced this pull request May 18, 2026
## <small>1.5.2 (2026-05-18)</small>

* fix: deployment issue (#15) ([1138d19](1138d19)), closes [#15](#15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant