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

Automatically detect and load your .envrc

Results 14 vscode-direnv issues
Sort by recently updated
recently updated
newest added

### **Environment** Macbook Pro Macos Monterey 12.5 VSCode Version: 1.69.2 (Universal) Commit: 3b889b090b5ad5793f524b5d1d39fda662b96a2a Date: 2022-07-18T16:12:57.074Z (1 wk ago) Electron: 18.3.5 Chromium: 100.0.4896.160 Node.js: 16.13.2 V8: 10.0.139.17-electron.0 OS: Darwin x64 21.6.0...

Hi, Loading a .envrc from a parent directory is possible? Currently, the shell one is able to do so, but this plugin seems it's not. ``` direnv: loading ../../../../.envrc direnv:...

The extensions search does not give any results either. I use vscodium, do I have to do something special to find this extension?

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: ```...

#12 made me think, it seems like the only way to guarantee direnv is setup before other extensions is to do it both synchronously (no promises in the initialization code)...

I came across this as the root cause of https://github.com/microsoft/vscode-js-debug/issues/784#issuecomment-706633779 I assume this is happening when it's supposed to remove environment variables. I haven't dug into the code yet, my...

There is a bit of a chicken-egg problem in getting this extension to work: I have a system for managing environment variables (including PATH) but it's built around using direnv...

When I open the developer tools and check `process.env`, I don't see the values in my `.envrc`, and I see no where in your code where you are setting `process.env`...

If you're trying to load dev tools from your direnv, this plugin needs to run first and block while it's running the command. Loading on filesystem and using execSync makes...

If possible, could the extension make it so that the default file association is set to shellscript for .envrc files? Currently I have to use this in my configuration for...