rubymaniac / vscode-direnv

Automatically detect and load your .envrc
MIT License
32 stars 11 forks source link

Unknown target shell in direnv 2.7.0 #1

Closed stobbsm closed 7 years ago

stobbsm commented 7 years ago

Using this extension in VSCode, I get an error from direnv called "Unknown target shell".

Platform is Ubuntu 16.04, direnv 2.7.0

stobbsm commented 7 years ago

Just built direnv 2.10 from github, which has fixed it. It seem the Ubuntu package is to out of date to use the json shell type.

I'd suggest adding it to the documentation, as many developers will be using Ubuntu.

rubymaniac commented 7 years ago

Thanks for the feedback. I will add a notice for that.

sjas commented 6 years ago

upstream direnv version is still too old as of now. either compile from source as mentioned, or get a precompiled version from the releases page over at https://github.com/direnv/direnv/releases .