From 623a826367b68631405ac22a66d970c3860af13e Mon Sep 17 00:00:00 2001 From: David Gilbert Date: Tue, 16 Jun 2026 14:51:21 +0200 Subject: [PATCH] Add Datadog plugin to marketplace Co-Authored-By: Claude Sonnet 4.6 --- .github/plugin/marketplace.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 8cfff43..038f5d3 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -210,6 +210,28 @@ "developer" ], "license": "MIT" + }, + { + "name": "datadog", + "description": "Use Datadog directly in VS Code through a preconfigured Datadog MCP server. Query logs, metrics, traces, dashboards, and more through natural conversation.", + "version": "0.7.13", + "author": { + "name": "Datadog", + "url": "https://www.datadoghq.com" + }, + "homepage": "https://github.com/datadog-labs/vscode-plugin", + "keywords": [ + "datadog", + "infrastructure", + "mcp", + "observability", + "productivity" + ], + "repository": "https://github.com/datadog-labs/vscode-plugin", + "source": { + "source": "github", + "repo": "datadog-labs/vscode-plugin" + } } ] }