Files
vscode/build
Josh Spicer abe7ae5449 fix: include sessions built-in prompts in esbuild resource patterns (#299848)
The new esbuild-based CI pipeline (core-ci) uses curated resource
patterns in build/next/index.ts to copy non-JS assets into the bundle
output. When built-in .prompt.md files were added for the sessions
window, they were included in the legacy pipeline's
vscodeResourceIncludes (build/gulpfile.vscode.ts) but not in the
desktopResourcePatterns used by the esbuild pipeline.

This caused the prompt files to be missing from release builds
(out-vscode-min), even though they worked correctly when running
from sources (where copyAllNonTsFiles copies everything).

Add 'vs/sessions/prompts/*.prompt.md' to desktopResourcePatterns
to match the existing entry in vscodeResourceIncludes.
2026-03-06 12:02:44 -08:00
..
2026-02-16 08:29:10 +01:00
add
2026-02-09 10:53:56 +01:00
2026-02-17 14:14:39 +00:00
2025-11-21 15:38:55 -08:00
2025-11-24 14:07:28 -08:00
2026-03-06 09:09:01 -08:00
2026-02-19 16:48:53 +01:00
2025-11-24 14:07:28 -08:00