Skip to content

πŸ”§ Update .vscodeignore to make bundle smaller#6

Merged
savannahostrowski merged 2 commits intomainfrom
fix-bundle
Jan 14, 2026
Merged

πŸ”§ Update .vscodeignore to make bundle smaller#6
savannahostrowski merged 2 commits intomainfrom
fix-bundle

Conversation

@savannahostrowski
Copy link
Copy Markdown
Member

Before:

 INFO  Files included in the VSIX:
fastapi-vscode-0.0.1.vsix
β”œβ”€ [Content_Types].xml 
β”œβ”€ extension.vsixmanifest 
└─ extension/
   β”œβ”€ .vscode-test.mjs [0.16 KB]
   β”œβ”€ LICENSE.txt [1.04 KB]
   β”œβ”€ SUPPORT.md [0.17 KB]
   β”œβ”€ biome.json [0.98 KB]
   β”œβ”€ bun.lock [100.38 KB]
   β”œβ”€ package.json [3.25 KB]
   β”œβ”€ readme.md [0.89 KB]
   β”œβ”€ .github/
   β”‚  └─ workflows/ (2 files) [0.99 KB]
   β”œβ”€ .husky/
   β”‚  β”œβ”€ pre-commit [0.02 KB]
   β”‚  └─ _/ (17 files) [1.23 KB]
   └─ dist/
      β”œβ”€ extension.js [7.51 KB]
      β”œβ”€ test/ (9 files) [137.89 KB]
      └─ wasm/ (2 files) [638.51 KB]

 DONE  Packaged: /Users/savannah/work/fastapi-vscode/fastapi-vscode-0.0.1.vsix (41 files, 230.97 KB)

After:

 INFO  Files included in the VSIX:
fastapi-vscode-0.0.1.vsix
β”œβ”€ [Content_Types].xml 
β”œβ”€ extension.vsixmanifest 
└─ extension/
   β”œβ”€ LICENSE.txt [1.04 KB]
   β”œβ”€ SUPPORT.md [0.17 KB]
   β”œβ”€ package.json [3.22 KB]
   β”œβ”€ readme.md [0.89 KB]
   └─ dist/
      β”œβ”€ extension.js [7.51 KB]
      β”œβ”€ extension.js.map [26.77 KB]
      └─ wasm/
         β”œβ”€ tree-sitter-python.wasm [447.15 KB]
         └─ web-tree-sitter.wasm [191.36 KB]

 DONE  Packaged: /Users/savannah/work/fastapi-vscode/fastapi-vscode-0.0.1.vsix (10 files, 157.85 KB)

With the other PRs, the bundle size was over 1MB before this change.

@savannahostrowski savannahostrowski self-assigned this Jan 14, 2026
@savannahostrowski savannahostrowski merged commit e696adb into main Jan 14, 2026
3 checks passed
@savannahostrowski savannahostrowski deleted the fix-bundle branch January 14, 2026 17:26
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.

2 participants