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
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.