Skip to content

Releases: hashicorp/vscode-terraform

v2.4.0

07 Jan 20:10
Compare
Choose a tag to compare

Features:

  • Use amd64 binary to support Apple Silicon Macs (#527)
  • Add command and statusbar interface for running terraform init (#495)

Language Server integration:

  • Read LS version from stdout (#512)
  • Prepare for semantic token based highlighting (#523)

v2.3.0

12 Nov 19:29
Compare
Choose a tag to compare

Notes:

  • Set up integration tests in GitHub actions (#483)

Bugs:

  • Fix 32bit downloads of language server (#483)
  • Prune nested workspace folders to prevent running multiple language servers for the same directory (#499)
  • Prefix workspace command names to prevent multi-instance name collisions (#514)

v2.2.3

03 Sep 20:48
Compare
Choose a tag to compare

Bugs:

  • Update object syntax highlighting to fix unmatched cases (#485)

v2.2.2

26 Aug 18:57
Compare
Choose a tag to compare

Bugs:

  • Fix additional object key matching issues (#478)

v2.2.1

25 Aug 19:20
Compare
Choose a tag to compare

Bugs:

  • Fix object key syntax highlighting (#475)

v2.2.0

20 Aug 19:25
Compare
Choose a tag to compare

2.2.0 (2020-08-20)

  • Perform PGP verification of zip/shasums (#450)
  • Upgrade LS client library to major version 6 (#454)
  • Add multi-folder workspace support (#448)
  • Ensure downloaded zips are deleted (#464)
  • Add configuration to exclude root modules (#446)

Bugs:

  • Refactor and fix install bugs (#444)
  • Fix block syntax labels (#458)
  • Fix parenthesis syntax error (#459)
  • Fix syntax highlighting for object expressions (#462)

v2.1.1

16 Jul 01:37
Compare
Choose a tag to compare
  • Fix race in shasum verification (#438)

v2.1.0

14 Jul 23:32
Compare
Choose a tag to compare
  • Verify shasum of language server binary on install (#414)
  • Add link to language server changelog on completed install (#424)
  • Add syntax for object and tuple structural types (#428)
  • Add setting for workspace root module configuration (#423)

v2.0.2

23 Jun 19:49
Compare
Choose a tag to compare

Bugs:

  • Hide language server output window to prevent stealing focus

v2.0.1

10 Jun 19:41
Compare
Choose a tag to compare
  • Updated Marketplace presentation