posit-dev / publisher

MIT License
3 stars 0 forks source link

Select entrypoint first in new deployment input #1870

Closed dotNomad closed 3 days ago

dotNomad commented 6 days ago

This moves the entrypoint selection up in the New Deployment multiStepInput.

The diff is a bit strange on the steps object. I moved inputEntryPointSelection and adjusted all of the multipleEntryPoints steps to be accurate with that move.

Intent

Resolves #1784

Type of Change

sagerb commented 5 days ago

As discussed, this is going to be a beast to merge in with https://github.com/posit-dev/publisher/pull/1882, so the plan will be to rebase or simply re-implement this on top of the other one, once merged.

dotNomad commented 3 days ago

Closing out in favor of #1902 which fixes the conflicts.