Hirse/vscode-ungit

ungit plugin not working at all (@ VSCode)

Closed this issue · 2 comments

Hi,
I've trouble getting the VSCode plugin for ungit to work - seems that the plugin does not recognize any git repositories. Any idea why? For more information on the issue and the analysis thus far, please see the thread on the original ungit GitHub presence: FredrikNoren/ungit#1402. Appears to be an issue with the plugin rather than ungit itself. Thanks.

This seems to be the issue: yargs/yargs#2287

ungit being forked from an electron process, it is being given its path as an argument, which he doesn't recognize so it just logs the usage and exits

Hirse commented

Should be fixed in #100 then. Please try the latest version.