We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a298879 commit 166c537Copy full SHA for 166c537
1 file changed
awesome-copilot/src/McpSamples.AwesomeCopilot.HybridApp/metadata.json
@@ -729,6 +729,14 @@
729
"**/*.css"
730
]
731
},
732
+ {
733
+ "filename": "no-heredoc.instructions.md",
734
+ "name": "No Heredoc File Operations",
735
+ "description": "Prevents terminal heredoc file corruption in VS Code Copilot by enforcing use of file editing tools instead of shell redirections",
736
+ "applyTo": [
737
+ "**"
738
+ ]
739
+ },
740
{
741
"filename": "nodejs-javascript-vitest.instructions.md",
742
"description": "Guidelines for writing Node.js and JavaScript code with Vitest testing",
0 commit comments