vscode-gitflow
vscode-gitflow copied to clipboard
Gitflow integration for Visual Studio Code
Part of gitflow is push command, labeled as "publish". It would be consistent if this plugin support it.
many projects expect the name of a branch to include the ticket number and a short title. To be able to just c&p the ticket title into the feature: start...
Instead of const commands = [ ... ]; disposables.push(...commands); one can simply use disposables.push( ... );
Well, I'm unable to call the Hotfix Start command from vscode. The error above shows when I do so.
PyCharm git-flow integration is pretty much great. What about taking it as a benchmark for this project?
I've installed the extension but can't start working with it, when applying "Gitflow: Initialize repository for gitflow" is not initialized and error is returned: `"C:\Program Files\Git\cmd\git.exe" returned status 128` when...