vscode-gitflow icon indicating copy to clipboard operation
vscode-gitflow copied to clipboard

Gitflow integration for Visual Studio Code

Results 26 vscode-gitflow issues
Sort by recently updated
recently updated
newest added
trafficstars

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