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
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
"biomejs.biome",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"MAI-EngineeringSystems.mai-ai-telemetry",
"ms-azure-devops.azure-pipelines",
"ms-azuretools.vscode-docker",
"mutantdino.resourcemonitor"
"mutantdino.resourcemonitor",
]
}
},
Expand Down
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
"biomejs.biome",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"MAI-EngineeringSystems.mai-ai-telemetry",
Copy link

Copilot AI Feb 25, 2026

Choose a reason for hiding this comment

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

This recommends an extension that appears to include telemetry by design (mai-ai-telemetry). Recommending telemetry-related extensions to all workspace users can have privacy/compliance implications. Consider adding brief documentation (e.g., in a README/CONTRIBUTING) explaining what data is collected (or confirming it collects none), whether it’s required, and how to disable/opt out; alternatively, avoid recommending it broadly and keep it Codespaces/devcontainer-only if it’s not strictly needed for local development.

Suggested change
"MAI-EngineeringSystems.mai-ai-telemetry",

Copilot uses AI. Check for mistakes.
"ms-azure-devops.azure-pipelines",
"xyc.vscode-mdx-preview",
"unifiedjs.vscode-mdx",
"xyc.vscode-mdx-preview",
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [],
Expand Down
Loading