vector-of-bool / vscode-gitflow

Gitflow integration for Visual Studio Code
89 stars 22 forks source link

"false == true" ERROR #19

Closed jhm-ciberman closed 6 years ago

jhm-ciberman commented 6 years ago

I have an existing repository with master and develop branches and executed the command "Gitflow init" from the provided extension commands with all the default parameters and the following VSCode message appeared: (At the top of the screen)

"[ERROR] false == true" (close)
greggbjensen commented 6 years ago

I have seen this many times now that Workspaces has been introduced in VS Code.

vector-of-bool commented 6 years ago

This was fixed in PR #18, but I didn't push out the fix until just now. Sorry for the delay. Tell me if this persists!