Skip to content

support bundle folder in the bundle ui step config#7340

Merged
alfonso-noriega merged 2 commits intomainfrom
04-17-support_bundle_folder_in_the_bundle_ui_step_config
Apr 22, 2026
Merged

support bundle folder in the bundle ui step config#7340
alfonso-noriega merged 2 commits intomainfrom
04-17-support_bundle_folder_in_the_bundle_ui_step_config

Conversation

@alfonso-noriega
Copy link
Copy Markdown
Contributor

@alfonso-noriega alfonso-noriega commented Apr 17, 2026

WHY are these changes introduced?

Fixes #0000

WHAT is this pull request doing?

How to test your changes?

Post-release steps

Checklist

  • I've considered possible cross-platform impacts (Mac, Linux, Windows)
  • I've considered possible documentation changes
  • I've considered analytics changes to measure impact
  • The change is user-facing — I've identified the correct bump type (patch for bug fixes · minor for new features · major for breaking changes) and added a changeset with pnpm changeset add

Copy link
Copy Markdown
Contributor Author

alfonso-noriega commented Apr 17, 2026

@alfonso-noriega alfonso-noriega marked this pull request as ready for review April 17, 2026 09:35
@alfonso-noriega alfonso-noriega requested a review from a team as a code owner April 17, 2026 09:35
@alfonso-noriega alfonso-noriega force-pushed the 04-17-support_bundle_folder_in_the_bundle_ui_step_config branch from b707dea to da8fec7 Compare April 17, 2026 13:53
Copy link
Copy Markdown
Member

@vividviolet vividviolet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tophat'd - it's all working. Just need to add some tests

@alfonso-noriega alfonso-noriega force-pushed the 04-17-support_bundle_folder_in_the_bundle_ui_step_config branch from da8fec7 to 7718c51 Compare April 21, 2026 14:51
@alfonso-noriega alfonso-noriega force-pushed the 04-17-support_bundle_folder_in_the_bundle_ui_step_config branch from 7718c51 to ffa8ebe Compare April 21, 2026 15:18
Comment on lines +70 to +73
const buildDirectory = options.buildDirectory ?? ''

// Always build into the extension's local directory (e.g. ext/dist/handle.js)
const localOutputPath = joinPath(extension.directory, extension.outputRelativePath)
const localOutputPath = joinPath(extension.directory, buildDirectory, extension.outputRelativePath)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this buildDirectory includes the value of bundleFolder? :thinking_face:
I'm missing how this is connected

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, it is set here.

@alfonso-noriega alfonso-noriega added this pull request to the merge queue Apr 22, 2026
Merged via the queue into main with commit 6ca0426 Apr 22, 2026
26 checks passed
@alfonso-noriega alfonso-noriega deleted the 04-17-support_bundle_folder_in_the_bundle_ui_step_config branch April 22, 2026 10:19
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.

3 participants