Skip to content

Releases: direnv/direnv-vscode

v0.11.0

15 Apr 16:04
v0.11.0
Compare
Choose a tag to compare

Added

  • Offer restarting automatically via configuration

Changed

  • Require VSCode 1.71

v0.10.1

27 Nov 13:44
v0.10.1
Compare
Choose a tag to compare

Fixed

  • Fix check whether we need to restart the extension host
  • Fix storing the cached environment

v0.10.0

24 Nov 15:36
v0.10.0
Compare
Choose a tag to compare

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

19 Nov 20:57
v0.9.0
Compare
Choose a tag to compare

Added

  • Watch the same files as direnv, reload when any of them changes

0.8.0

19 Nov 01:47
Compare
Choose a tag to compare

Added

  • Log details about changed environment in the direnv output channel
  • New command to "hard" reset the custom environment

0.7.0

28 Oct 16:05
Compare
Choose a tag to compare

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

25 Mar 09:48
Compare
Choose a tag to compare

Fixed

  • Reload window when running with a remote extension host

0.6.0

12 Mar 08:37
Compare
Choose a tag to compare

Added

  • Count added variables separate from changed variables
  • Cache environment variables for faster startup
  • Offer to restart the extension host after receiving updates