Releases: direnv/direnv-vscode
Releases · direnv/direnv-vscode
v0.17.0
Added
- Add direnv.watchForChanges setting
v0.15.2
Fixed
- Windows without workspaces load from the user home directory
v0.15.0
Added
- Add loadEnvrc command which lets the user load any .envrc file
v0.14.0
Changed
- Remove obsolete workarounds for old VS Code versions
- Unset variables unset by direnv from the extension host
(but still not in the terminal)
Fixed
- Detect when a blocked .envrc is opened more reliably
v0.13.0
Added
- Allow setting extra environment variables
v0.12.2
Fixed
- Avoid relying on direnv's internal representations
v0.12.1
Fixed
- Avoid disposing watchers when the environment hasn't changed
v0.12.0
Changed
- Activate this extension before any language-based ones