Commit b80bea9
Add vscode-transpile-* gulp targets for transpile-only builds
Create new gulp targets (vscode-transpile-{platform}-{arch}) that package
transpiled sources without compilation/minification dependencies.
These tasks:
- Use 'out' directory (transpiled sources) instead of 'out-vscode-min'
- Skip compilation, mangling, and minification steps
- Only perform native extension compilation and packaging
- Work with transpile-client and transpile-extensions tasks
Updated workflow to use new tasks:
- vscode-transpile-linux-x64
- vscode-transpile-darwin-arm64
- vscode-transpile-win32-x64
Co-authored-by: joaomoreno <22350+joaomoreno@users.noreply.github.com>1 parent 7560de0 commit b80bea9
File tree
2 files changed
+28
-3
lines changed- .github/workflows
- build
2 files changed
+28
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
| 325 | + | |
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
551 | 576 | | |
552 | 577 | | |
553 | 578 | | |
| |||
0 commit comments