Disabling the extension on Windows
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?
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?
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 😁