Skip to content

Commit e563808

Browse files
authored
Skip verify setup tool when running on coding agent (#44327)
1 parent dcd3a8c commit e563808

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/copilot-instructions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@
1414

1515
### RULE 3: VERIFY ENVIRONMENT FIRST
1616
**REQUIRED CONDITIONS:**
17-
- Always run the [`azsdk_verify_setup`](../eng/common/instructions/azsdk-tools/verify-setup.instructions.md) tool to check the user's development environment setup for using SDK MCP tools. DO NOT PROCEED with running other tools before completing this step. Only skip for queries that don't need tools.
1817
- To use Azure MCP tool calls, users 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.
18+
- When using Copilot from Visual Studio or VS Code (not applicable when using Coding Agent on Github.com):
19+
- **Always run** the [`azsdk_verify_setup`](../eng/common/instructions/azsdk-tools/verify-setup.instructions.md) tool first to validate the user's development environment for SDK MCP tools.
20+
- **Do not proceed** with any other tool execution until this step is complete.
21+
- **Skip this check only** for queries that do not require tool execution.
1922

2023
---
2124

0 commit comments

Comments
 (0)