Commit d54238f
Add bundling and extension media compilation to transpile tasks
Update vscode-transpile-* gulp targets to include:
- compileExtensionMediaBuildTask for extension CSS/media resources
- Custom bundling task that reads from 'out' (transpiled) instead of 'out-build'
- Package from 'out-vscode' (bundled output) instead of 'out'
This ensures all required resources (CSS files, extension media) are generated
during transpile-only builds, fixing the missing workbench.desktop.main.css error.
Co-authored-by: joaomoreno <22350+joaomoreno@users.noreply.github.com>1 parent a4830d2 commit d54238f
1 file changed
+22
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
558 | | - | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
559 | 578 | | |
560 | 579 | | |
561 | 580 | | |
562 | 581 | | |
| 582 | + | |
| 583 | + | |
563 | 584 | | |
564 | 585 | | |
565 | 586 | | |
| |||
0 commit comments