vscode-direnv icon indicating copy to clipboard operation
vscode-direnv copied to clipboard

Error on loading .envrc

Open jonjonw opened this issue 4 years ago • 3 comments

When I add a .envrc to my project directory, the plugin asks if I would like to load it. When I click "Allow", the plugin gives the following error:

direnv error: [][31mdirenv: error Revert() failed: "unmasrhal() zlib opening zlib: invalid header"[][0m

My .envrc simply contains:

export TESTVAR=test

jonjonw avatar Jan 07 '21 02:01 jonjonw