Commit 67c09bf
Add interactive "Start with Options..." command (#354)
* Initial plan
* Add Start with Options interactive command for Dev Proxy
Co-authored-by: garrytrinder <11563347+garrytrinder@users.noreply.github.com>
* Address code review: fix title, IP validation, menu ordering
Co-authored-by: garrytrinder <11563347+garrytrinder@users.noreply.github.com>
* Remove config picker, use active config file like existing start command
Co-authored-by: garrytrinder <11563347+garrytrinder@users.noreply.github.com>
* refactor: replace sequential wizard with iterative QuickPick for start with options
Replace 12 sequential input prompts with a single iterative QuickPick menu.
Users see all options with defaults, edit only what they need, and launch
when ready.
Add config file picker with smart defaults:
- Active editor config file takes priority
- Falls back to workspace devproxyrc.json
- Otherwise uses install folder default
- Picker shows all workspace config files for override
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: garrytrinder <11563347+garrytrinder@users.noreply.github.com>
Co-authored-by: Garry Trinder <garry@trinder365.co.uk>1 parent 4f2c62a commit 67c09bf
6 files changed
Lines changed: 448 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
31 | 38 | | |
32 | 39 | | |
33 | 40 | | |
| |||
120 | 127 | | |
121 | 128 | | |
122 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
123 | 135 | | |
124 | 136 | | |
125 | 137 | | |
| |||
0 commit comments