Skip to content

Commit 689dfb1

Browse files
authored
Release 2.37.5 (#2146)
1 parent 9a46fbc commit 689dfb1

File tree

5 files changed

+21
-9
lines changed

5 files changed

+21
-9
lines changed

.changes/unreleased/ENHANCEMENTS-20251007-124945.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/v2.37.5.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 2.37.5 (2025-10-10)
2+
3+
ENHANCEMENTS:
4+
5+
* Added automatic container runtime detection for MCP server integration with Docker and Podman support ([#2139](https://github.com/hashicorp/vscode-terraform/issues/2139))
6+

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 2.37.5 (2025-10-10)
4+
5+
ENHANCEMENTS:
6+
7+
* Added automatic container runtime detection for MCP server integration with Docker and Podman support ([#2139](https://github.com/hashicorp/vscode-terraform/issues/2139))
8+
9+
## 2.37.4 (2025-10-09)
10+
11+
BUG FIXES:
12+
13+
* fix schema 1.12 to correctly allow the import block to use for_each ([#2143](https://github.com/hashicorp/vscode-terraform/issues/2143))
14+
315
## 2.37.3 (2025-10-07)
416

517
ENHANCEMENTS:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "terraform",
44
"displayName": "HashiCorp Terraform",
55
"description": "Syntax highlighting and autocompletion for Terraform",
6-
"version": "2.37.4",
6+
"version": "2.37.5",
77
"publisher": "hashicorp",
88
"appInsightsKey": "InstrumentationKey=885372d2-6f3c-499f-9d25-b8b219983a52;IngestionEndpoint=https://westus2-1.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/;ApplicationId=6734158a-8ab9-4aec-9b5a-af151d14a754",
99
"license": "MPL-2.0",

0 commit comments

Comments
 (0)