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

Disabling the extension on Windows

Open viperML opened this issue 2 years ago • 2 comments

I use the same vscode settings on both Linux and Windows machines, so the extension gets installed on both. Because direnv doesn't work on windows, could it be possible to disable this extension in windows?

viperML avatar May 12 '23 18:05 viperML

I don't know how this would affect WSL users. I assume those folks should be able to install and run direnv, right?

Is there something we could do instead of completely disabling the extension? Maybe a preference that lets you disable the error message, or maybe even the extension, if it can't find the direnv executable?

mkhl avatar May 18 '23 20:05 mkhl

I don't know how this would affect WSL users.

I would assume the node process that runs the extension is running "natively" on linux, so WSL wouldn't look different from normal linux.

I have no idea though 😁

viperML avatar May 19 '23 09:05 viperML