Skip to content

Add Datadog plugin to marketplace#50

Open
jfree wants to merge 1 commit into
github:mainfrom
jfree:dgilbert/add-datadog-plugin
Open

Add Datadog plugin to marketplace#50
jfree wants to merge 1 commit into
github:mainfrom
jfree:dgilbert/add-datadog-plugin

Conversation

@jfree

@jfree jfree commented Jun 16, 2026

Copy link
Copy Markdown

Summary

  • Adds an entry for the Datadog VS Code plugin to marketplace.json
  • Metadata (name, description, version, keywords) sourced directly from the plugin's own plugin.json
  • Current version: 0.7.13

Test plan

  • Verify JSON is valid and the new entry follows the same structure as existing entries

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 16, 2026 12:54

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds a new Marketplace entry for the Datadog VS Code plugin to the repository’s plugin catalog.

Changes:

  • Added a datadog plugin record with metadata (description, version, author, links, keywords).
  • Included source/repository information pointing to datadog-labs/vscode-plugin.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +215 to +234
"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"
}
Comment on lines +231 to +234
"source": {
"source": "github",
"repo": "datadog-labs/vscode-plugin"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants