Skip to content

Commit 2846d58

Browse files
committed
fix: include webview build assets in repository to fix blank webview issue
- Modified src/.gitignore to exclude webview source files but include build output - Added all webview build assets (JS, CSS, fonts, source maps) to repository - This fixes issue #6714 where webview shows blank screen due to missing assets
1 parent d90bab7 commit 2846d58

File tree

633 files changed

+317655
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

633 files changed

+317655
-1
lines changed

src/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
README.md
22
CHANGELOG.md
33
LICENSE
4-
webview-ui
4+
# Ignore webview-ui source files but keep the build output
5+
webview-ui/*
6+
!webview-ui/build/
57
assets/vscode-material-icons

src/webview-ui/build/.gitkeep

Whitespace-only changes.

src/webview-ui/build/assets/chunk--Ycre7K_.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/webview-ui/build/assets/chunk--Ycre7K_.js.map

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/webview-ui/build/assets/chunk-1DNp92w6.js

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/webview-ui/build/assets/chunk-1DNp92w6.js.map

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/webview-ui/build/assets/chunk-25uR9ifH.js

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/webview-ui/build/assets/chunk-25uR9ifH.js.map

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)