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

I am trying to build a VSIX extension for the first time, following this [link](https://code.visualstudio.com/api/get-started/your-first-extension) but it fails and seems like it is related to this extension or this dependencies....

hello~ how to skip tag? like set git config gitflow.release.finish.notag true,but it dont work

When starting a new feature I am recieving the following error: ![image](https://user-images.githubusercontent.com/16569775/27970460-894289f4-6314-11e7-88e1-5f7018f06076.png) Feature name was 'AD-4685 dashboard configuration error' I have no other issues with git and vscode.

bug

This project doesn't have any license. Please add one, preferably an [open source license](https://opensource.org/licenses) such as MIT. A license is mandatory for publishing your extension to [Open VSX](https://open-vsx.org/). Its publishing...

Hello! As I see when I finishing a feature it always merge into the develop with `--no-ff` flag. But sometimes it is not needed. You can see different opinions on...

Hello, Love the extension but currently having to squash feature branches before merging. A toggle setting in User Settings that would just add -S to the "finish" command would be...

Hi. I have cloned two different Git repositories into the same vscode workspace. I create a release 1.0.0 on one repository, and now I would like to create a 1.0.0...

This is a great extension, I have used it consistently. Please add support for workspaces into the plugin. Currently, when I start a new feature, it will use whatever the...

bug
enhancement
in progress

Hello My organization enforcers merges via pull requests in devops. It would be nice that when I say e.g. hotfix finish, a pr is created to the master & dev...

![image](https://user-images.githubusercontent.com/36980228/39093796-b85202ca-4657-11e8-862f-fa9288c811a7.png) 1. flow init -> OK 2. start feature1 -> OK 3. change source and some commits -> OK 4. finish feature1 -> OK 5. start feature2 -> Error: Branch...

question