Releases: hashicorp/vscode-terraform
Releases · hashicorp/vscode-terraform
v2.20.1
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
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
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
v2.17.0
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:
v2.16.0
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)