We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a4138 commit 9306ed4Copy full SHA for 9306ed4
.changes/unreleased/ENHANCEMENTS-20250915-111345.yaml
@@ -0,0 +1,6 @@
1
+kind: ENHANCEMENTS
2
+body: Added telemetry event start mcp server
3
+time: 2025-09-15T11:13:45.094881+05:30
4
+custom:
5
+ Issue: "2116"
6
+ Repository: vscode-terraform
src/features/mcpServer.ts
@@ -125,6 +125,7 @@ export class McpServerFeature {
125
throw new Error('Docker is required but not available or running');
126
}
127
128
+ this.reporter.sendTelemetryEvent('terraform-mcp-server-start');
129
return definition;
130
131
0 commit comments