mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-30 12:15:56 +00:00
fix: correct TOC links and vscode tasks for adding agents and prompts in CONTRIBUTING.md (#1468)
* fix: correct link for adding agents in CONTRIBUTING.md removing outdated prompts-link * feat: add Terminal Helper agent for PowerShell and Bash command assistance * fix: rename task to validate-plugins and update command details as collections are outdated https://github.com/github/awesome-copilot/pull/717 * update name format for terminal helper to lowercase * update scope description for terminal context clarity
This commit is contained in:
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
@@ -22,12 +22,12 @@
|
||||
"dependsOn": "npm install"
|
||||
},
|
||||
{
|
||||
"label": "validate-collections",
|
||||
"label": "validate-plugins",
|
||||
"type": "shell",
|
||||
"command": "npm run collection:validate",
|
||||
"command": "npm run plugin:validate",
|
||||
"problemMatcher": [],
|
||||
"group": "build",
|
||||
"detail": "Validates all collection manifest files.",
|
||||
"detail": "Validates all plugin manifest files.",
|
||||
"dependsOn": "npm install"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user