Releases: direnv/direnv-vscode
Releases · direnv/direnv-vscode
v0.11.0
Added
- Offer restarting automatically via configuration
Changed
v0.10.1
Fixed
- Fix check whether we need to restart the extension host
- Fix storing the cached environment
v0.10.0
Changed
- Store a checksum along with the cached environment.
If the checksum doesn't match on restore, reset the cache.
Fixed
- When saving a watched .envrc, don't offer to allow it since we're reloading anyway.
- Update watched files when the .envrc is blocked.
- Keep watching files after they're deleted.
0.9.0
Added
- Watch the same files as direnv, reload when any of them changes
0.8.0
Added
- Log details about changed environment in the
direnv
output channel
- New command to "hard" reset the custom environment
0.7.0
Changed
- Require VSCode 1.66
- "Unset" variables by setting them to the empty string
Fixed
- Avoid continuously asking to restart
If this keeps happening to you, please let us know!
0.6.1
Fixed
- Reload window when running with a remote extension host
0.6.0
Added
- Count added variables separate from changed variables
- Cache environment variables for faster startup
- Offer to restart the extension host after receiving updates