Skip to content

Releases: direnv/direnv-vscode

v0.17.0

12 Mar 14:49
v0.17.0
Compare
Choose a tag to compare

Added

  • Add direnv.watchForChanges setting

v0.16.0

18 Jan 13:44
v0.16.0
Compare
Choose a tag to compare

Added

  • Windows support 🎉

v0.15.2

13 Sep 16:44
v0.15.2
Compare
Choose a tag to compare

Fixed

  • Windows without workspaces load from the user home directory

v0.15.1

13 Sep 13:26
v0.15.1
Compare
Choose a tag to compare
0.15.1

v0.15.0

12 Sep 14:44
v0.15.0
Compare
Choose a tag to compare

Added

  • Add loadEnvrc command which lets the user load any .envrc file

v0.14.0

23 Jun 08:03
v0.14.0
Compare
Choose a tag to compare

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

09 Jun 09:17
v0.13.0
Compare
Choose a tag to compare

Added

  • Allow setting extra environment variables

v0.12.2

01 Jun 17:35
v0.12.2
Compare
Choose a tag to compare

Fixed

  • Avoid relying on direnv's internal representations

v0.12.1

24 Apr 07:03
v0.12.1
Compare
Choose a tag to compare

Fixed

  • Avoid disposing watchers when the environment hasn't changed

v0.12.0

17 Apr 18:35
v0.12.0
Compare
Choose a tag to compare

Changed

  • Activate this extension before any language-based ones