koog1000 / vscode-fossil

Integrated Fossil source control for Visual Studio Code
Other
68 stars 8 forks source link

fossil executable not found, although in PATH #4

Closed holgerjakobs closed 5 years ago

holgerjakobs commented 5 years ago

After installing the extension (and even re-starting code), "no source control providers registered." remains.

$ type fossil fossil is /usr/local/bin/fossil

So fossil is installed and well (have been using it for years, and recently updated to the latest version). Where and how can I tell the extension where it resides - and why does the extension not use the PATH?

koog1000 commented 5 years ago

The scm providers only work when VS Code is opened to a folder (or if you're using multiroot with a workspace). Did you open VS Code to a folder?

The only time you should have to tell the extension where fossil is is if it's not in your $PATH, but it looks like you have that correct so I'm assuming it is the issue above.

koog1000 commented 5 years ago

@holgerjakobs Were you able to figure this out? If not, can you be more explicit about the steps to reproduce, because it works as expected on my machine.