rubymaniac / vscode-direnv

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

Auto allow/revert? #3

Open mikeroll opened 6 years ago

mikeroll commented 6 years ago

How about adding a configuration option to suppress all confirmation dialogs and just do the thing and show the notification post-factum?

halostatue commented 6 years ago

That’s sort of against the spirit of direnv, isn’t it? (Plus, reversion is sort of hard; you have to know which hash direnv generates so you can remove it.)