Commit 7c8c26c
committed
Exclude dev dependencies from VSIX package
Add .vscodeignore rules to exclude development dependencies from the packaged extension, reducing
deployment size and time.
Excluded packages:
- Jest testing framework and related packages (~21MB)
- TypeScript compiler (~23MB)
- Babel transpiler (~11MB)
- Type definitions (@types, @sinclair, @unrs)
- Other dev tools (caniuse-lite, handlebars, uglify-js)
Impact:
- Removes ~120MB of unnecessary dev dependencies from package
- Expected VSIX size: 187MB → ~8MB (95.7% reduction)
- Significantly faster extension publishing and installation
issue #411 parent f70a77f commit 7c8c26c
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
12 | 26 | | |
13 | 27 | | |
14 | 28 | | |
| |||
0 commit comments