Skip to content

Commit 6172c99

Browse files
committed
fix(vscode-ext): bundle demo GIF locally for Marketplace
VS Code Marketplace can't resolve GitHub user-attachment URLs. Add demo.gif to the repo and vsix package so it renders on the Marketplace listing page.
1 parent a8c8586 commit 6172c99

4 files changed

Lines changed: 2 additions & 3 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,3 @@ packages/sdk/tools/*.json
107107
# deploys directly from git with no pre-build hook support.
108108

109109
.playwright-cli/
110-
apps/vscode-ext/demo.gif

apps/vscode-ext/.vscodeignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ node_modules/**
1111
out/**
1212
!dist/**
1313
!webview/**
14-
demo.gif
14+
!demo.gif

apps/vscode-ext/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Open, edit, and review Word documents directly in VS Code.
77

8-
![SuperDoc VS Code Extension Demo](https://github.com/user-attachments/assets/23dcf3b1-9b6e-4e77-a4f6-17dde9d25ebc)
8+
![SuperDoc VS Code Extension Demo](demo.gif)
99

1010
## Features
1111

apps/vscode-ext/demo.gif

6.8 MB
Loading

0 commit comments

Comments
 (0)