Skip to content

fix: include dist/ in vsix package by overriding .gitignore#14

Merged
slverma merged 1 commit into
mainfrom
fix/vscodeignore-dist
May 18, 2026
Merged

fix: include dist/ in vsix package by overriding .gitignore#14
slverma merged 1 commit into
mainfrom
fix/vscodeignore-dist

Conversation

@slverma

@slverma slverma commented May 18, 2026

Copy link
Copy Markdown
Owner

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.

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>
@slverma slverma merged commit 86f765e into main May 18, 2026
1 check passed
slverma pushed a commit that referenced this pull request May 18, 2026
## <small>1.5.1 (2026-05-18)</small>

* fix: include dist/ in vsix package by overriding .gitignore (#14) ([86f765e](86f765e)), closes [#14](#14)
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