From 7a5f1a869e7302a28da973b60e9cb66adebca589 Mon Sep 17 00:00:00 2001 From: jenny <63012604+JennyPng@users.noreply.github.com> Date: Fri, 22 Aug 2025 09:32:55 -0700 Subject: [PATCH] Add Copilot Instructions (#6705) * Add Copilot Instructions * Generalize instructions * Update .github/copilot-instructions.md Co-authored-by: Larry Osterman --------- Co-authored-by: Larry Osterman --- .github/copilot-instructions.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/copilot-instructions.md diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 000000000..e7ac30ac0 --- /dev/null +++ b/.github/copilot-instructions.md @@ -0,0 +1,8 @@ +# Copilot Instructions + +You are an expert C++ programmer. + +## Repository Structure + +### Prerequisites +- To use Azure MCP tool calls, the user must have PowerShell installed. Provide [PowerShell installation instructions](https://learn.microsoft.com/powershell/scripting/install/installing-powershell) if not installed, and recommend restarting the IDE to start the MCP server.