Skip to content

Commit

Permalink
Bump minimal engine version to 1.82.3 (#1660)
Browse files Browse the repository at this point in the history
* Bump engine version to 1.82.3

* Bump @types/vscode to 1.82.0

* Update GitHub actions matrix version

* Update README
  • Loading branch information
dbanck authored Jan 5, 2024
1 parent 8e9d272 commit cf9494b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
fail-fast: false
matrix:
vscode:
- '1.75.1'
- '1.82.3'
- 'insiders'
- 'stable'
os:
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,16 +178,17 @@ The Terraform VS Code extension bundles the [Terraform Language Server](https://

The extension does require the following to be installed before use:

- VS Code v1.75 or greater
- VS Code v1.82 or greater
- Terraform v0.12 or greater

## Platform Support

The extension should work anywhere VS Code itself and Terraform 0.12 or higher is supported. Our test matrix includes the following:

- Windows Server 2019 with Terraform v1.1
- macOS 10.15 with Terraform v1.1
- Ubuntu 20.04 with Terraform v1.1
- Windows Server 2022 with Terraform v1.6
- macOS 12 with Terraform v1.6
- macOS 11 with Terraform v1.6
- Ubuntu 22.04 with Terraform v1.6

Intellisense, error checking and other language features are supported for Terraform v0.12 and greater.

Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"engines": {
"npm": "~9.X",
"node": "~18.X",
"vscode": "^1.75.1"
"vscode": "^1.82.3"
},
"langServer": {
"version": "0.32.4"
Expand Down Expand Up @@ -820,7 +820,7 @@
"@types/jest": "^29.5.1",
"@types/mocha": "^10.0.1",
"@types/node": "^16.18.36",
"@types/vscode": "~1.75.1",
"@types/vscode": "~1.82.0",
"@types/webpack-env": "^1.18.0",
"@types/which": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.5",
Expand Down

0 comments on commit cf9494b

Please sign in to comment.