how to make a command happen after command that takes input?
- Dominant language
- JavaScript
- Stars
- 177
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
I would like to run `workbench.action.git.push` after `workbench.action.git.input-commit` is completed, but git push is called immediately after the commit input appears and before I fill it out and submit it.
Anyone have any ideas to solve this?
perhaps even just a way to delay the push command by 15 seconds.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by examining how macros handles workbench.action.git.input-commit and workbench.action.git.push, including whether command completion or delays are supported. Since no files or tests are named, determine the intended behavior first and define done as either a documented way to wait for commit input or a clearly scoped change enabling the sequence.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100