Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20250905-233003.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions .changes/v2.36.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 2.36.1 (2025-09-09)

ENHANCEMENTS:

* Improve Terraform Configuration for MCP Server using resolveMcpServerDefinition. The documentation states that user interactions should happen in the resolveMcpServerDefinition function, so the Docker check is moved over here. The check just sees if the docker info command works. If it fails, it means Docker isn't installed or isn't running. ([#2102](https://github.com/hashicorp/vscode-terraform/issues/2102))

7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Changelog

## 2.36.1 (2025-09-09)

ENHANCEMENTS:

* Improve Terraform Configuration for MCP Server using resolveMcpServerDefinition. The documentation states that user interactions should happen in the resolveMcpServerDefinition function, so the Docker check is moved over here. The check just sees if the docker info command works. If it fails, it means Docker isn't installed or isn't running. ([#2102](https://github.com/hashicorp/vscode-terraform/issues/2102))

## 2.36.0 (2025-09-05)

ENHANCEMENTS:

* Terraform MCP Server deployment using Hashicorp VS Code extension ([#2086](https://github.com/hashicorp/vscode-terraform/issues/2086))


## 2.35.0 (2025-08-28)

ENHANCEMENTS:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "terraform",
"displayName": "HashiCorp Terraform",
"description": "Syntax highlighting and autocompletion for Terraform",
"version": "2.36.0",
"version": "2.36.1",
"publisher": "hashicorp",
"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",
"license": "MPL-2.0",
Expand Down
Loading