From 24de09ada5aa3602a1c2ebb065a5d633d5083c78 Mon Sep 17 00:00:00 2001 From: Shambhu Lal Verma Date: Mon, 18 May 2026 14:06:29 +0530 Subject: [PATCH] fix: include dist/ in vsix package by overriding .gitignore 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 --- .vscodeignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscodeignore b/.vscodeignore index 0980651..36c4c40 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -1,3 +1,6 @@ +# dist/ is in .gitignore but must be in the package — vsce respects .gitignore when .vscodeignore is present +!dist + # Source files src/ scripts/