You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'll probably want a VSCode command for each one so users can select them from the command palette.
We could handle gc's multiple flags with a menu like a quickpick, but it may be best to have individual commands either way for easy command palette access, then maybe we can make an extra command that invokes a quickpick menu so that all can be accessed from a single keybind.
The text was updated successfully, but these errors were encountered:
rogermparent
changed the title
Experiments: add extension Commands for queue, running all, gc
Experiments: add extension Commands gc and exp --queue/--run-allApr 5, 2021
rogermparent
changed the title
Experiments: add extension Commands gc and exp --queue/--run-all
Experiments: add extension Commands for gc and exp --queue/--run-allApr 5, 2021
A subset of #239
These commands are alike in that they can be run with no provided Experiment.
To be more explicit, the added commands are:
exp run
--queue
Add Commands forexp queue
,exp run --run-all
, andexp gc
#251--run-all
Experiments Commands #2: Add "Run All Queued Experiments" Command #268exp gc
Experiment Commands #3: Add command forexp gc
with selectable flags #269--workspace
--all-branches
--all-tags
--all-commits
We'll probably want a VSCode command for each one so users can select them from the command palette.
We could handle
gc
's multiple flags with a menu like a quickpick, but it may be best to have individual commands either way for easy command palette access, then maybe we can make an extra command that invokes a quickpick menu so that all can be accessed from a single keybind.The text was updated successfully, but these errors were encountered: