Skip to content

Releases: hashicorp/vscode-terraform

v2.20.1

21 Mar 17:38
a366b37
Compare
Choose a tag to compare

BUG FIXES:

  • Advertise proper execution location #989

INTERNAL:

  • deps: Bump jest from 27.4.7 to 27.5.1 #951
  • deps: Bump @types/node from 16.11.22 to 16.11.26 #948
  • deps: Bump eslint-config-prettier from 8.3.0 to 8.5.0 #957
  • deps: Bump esbuild from 0.14.17 to 0.14.25 #967
  • deps: Bump @types/jest from 27.4.0 to 27.4.1 #970
  • deps: Bump mocha from 9.2.0 to 9.2.1 #969
  • deps: Bump @typescript-eslint/parser from 5.10.2 to 5.13.0 #971
  • deps: Bump @vscode/test-electron from 2.1.1 to 2.1.2 #972
  • deps: Bump vsce from 2.6.6 to 2.6.7 #976
  • deps: Bump @types/vscode from 1.63.2 to 1.65.0 #959
  • deps: Bump @typescript-eslint/eslint-plugin from 5.10.2 to 5.13.0 #977
  • deps: Bump ts-node from 10.4.0 to 10.7.0 #981
  • deps: Bump eslint from 8.8.0 to 8.10.0 #974
  • deps: Bump @vscode/test-electron from 2.1.2 to 2.1.3 #984
  • deps: Bump typescript from 4.5.5 to 4.6.2 #973
  • deps: Bump @typescript-eslint/eslint-plugin from 5.13.0 to 5.14.0 #986
  • deps: Bump @typescript-eslint/parser from 5.13.0 to 5.14.0 #985
  • deps: Bump eslint from 8.10.0 to 8.11.0 #991
  • deps: Bump vsce from 2.6.7 to 2.7.0 #992
  • deps: Bump mocha from 9.2.1 to 9.2.2 #993
  • deps: Bump esbuild from 0.14.25 to 0.14.27 #995
  • deps: Bump @typescript-eslint/eslint-plugin from 5.14.0 to 5.15.0 #994
  • deps: Bump @typescript-eslint/parser from 5.14.0 to 5.15.0 #996

v2.20.0

01 Mar 14:22
93d7a82
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Publish Platform Specific Extension #905
  • Update list/map syntax highlighting #918
  • Improve comment detection #935
  • Highlight block label as "enumMember" & highlight unquoted labels #943
  • Add new scope for block type and name #934
  • Resolve issue with tfvars comment toggling #937
  • Improve Extension Documentation #942

BUG FIXES:

  • Fix Nested Map Highlighting #925
  • Fix npm run syntax tests #928
  • Move TextMate scope.terraform to source.terraform #921
  • Fix highlighting for attribute access with a dash #933
  • Fix highlighting for nested expression syntax #940
  • Update description for log file argument #945

INTERNAL:

  • deps: Update vsce, mocha, and node-fetch #908
  • deps: Update vsce to 2.6.6 #916
  • Fix preview publish trigger #910
  • Manual Preview release workflow dispatch #911
  • Terraform TextMate Test Infrastructure #912
  • Add Terraform language tmgrammar snapshots #914
  • Run syntax tests on all snapshot files #917
  • Run syntax tests when grammar changes #922
  • deps: Update to @vscode/extension-telemetry #939
  • Fix ignore markdown files #946

v2.19.0

20 Jan 14:55
ddddaf3
Compare
Choose a tag to compare

NOTES:

  • Deprecate terraform.languageServer.requiredVersion #903

ENHANCEMENTS:

  • Update telemetry configuration documentation #894

INTERNAL:

  • deps: Update to Node 16 and VS Code 1.61 #904
  • deps: Bump @vscode/test-electron from 2.0.1 to 2.0.3 #899
  • deps: Bump jest from 27.4.6 to 27.4.7 #892
  • deps: Update actions/setup-node to v2 #897
  • deps: Update eslint and minimal ruleset #896
  • Test VS Code Version Matrix #886
  • Ignore jest config when packaging #895

v2.18.0

07 Jan 15:27
8a98ab0
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Improve language server installation (#868)
  • Make reference count code lens opt-in (disabled by default) (#893)

BUG FIXES:

  • Fix Terraform file detection (#870)

INTERNAL:

  • deps: bump vscode-extension-telemetry to 0.4.4 (#884)

v2.17.0

02 Dec 15:39
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Add new setting which toggles displaying reference counts above top level blocks and attributes (#837)
  • Add support for language server side config option ignoreDirectoryNames (#833)
  • Add module providers view to Explorer pane (#850)
  • Process telemetry from the language server (#823)
  • Add a new command for generating bug reports (#851)

BUG FIXES:

  • Fix Terraform status bar not being displayed (#857)

INTERNAL:

  • Refactor extension to only use one LanguageClient per workspace (#845)
  • Stop exposing a public extension API (#858)
  • deps: bump vscode-extension-telemetry to 0.4.3 (#846)

v2.16.0

14 Oct 16:30
943a57b
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Add module calls view to Explorer pane (#746)
  • Add experimental prefillRequiredFields feature (#799)
  • Install LS into dedicated persistent global storage (to avoid the need for LS reinstallation upon extension upgrade) (#811)

INTERNAL:

  • deps: bump vscode-extension-telemetry to 0.4.2 (#790)

v2.15.0

22 Sep 15:15
5e680cf
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Add support for language server side config option terraformExecPath (#741)
  • Add support for language server side config option terraformExecTimeout (#741)
  • Add support for language server side config option terraformLogFilePath (#741)

BUG FIXES:

  • fix: avoid tracking client which is not ready yet (#778)
  • fix: avoid considering output panes as editors (#771)

v2.14.0

22 Jul 14:24
b5c8b6c
Compare
Choose a tag to compare

BUG FIXES:

  • fix: launch LS even if path contains escapable characters (#694)

FEATURES:

  • Register command to show references (#686)

ENHANCEMENTS:

  • Install native LS build for Apple Silicon (darwin/arm64) (#563)
  • Add semver based version pin for Language Server via requiredVersion config option (#656)
  • Improve error handling (#691)

v2.13.2

19 Jul 11:48
6ea8cd6
Compare
Choose a tag to compare

BUG FIXES:

  • Fix language server update logic (#690)

v2.13.1

16 Jul 08:11
fc2a0d1
Compare
Choose a tag to compare

BUG FIXES:

  • Fix DocumentSelector for multi-folder workspace (#688)