Skip to content

Commit

Permalink
feat: issue management command
Browse files Browse the repository at this point in the history
  • Loading branch information
gargadobe committed Jul 22, 2024
1 parent cc66342 commit 106e322
Show file tree
Hide file tree
Showing 22 changed files with 598 additions and 62 deletions.
11 changes: 11 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@
"npm: watch-tests"
],
"problemMatcher": []
},
{
"label": "webpack: watch",
"type": "shell",
"command": "npm",
"args": [
"run",
"watch"
], // Assuming you have a "watch" script in your package.json
"isBackground": true,
"problemMatcher": "$tsc-watch"
}
]
}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,16 @@ This extension integrates the power of GitHub Copilot's GenAI capabilities into

- **Docs**: This feature provides a comprehensive search functionality through the aem.live documentation. It's specifically tailored to help you find any information related to Edge Delivery Services swiftly and accurately. This aims to minimize the time spent on searching for specific documentation, thereby increasing your productivity.

- **Issues**: Get detailed descriptions of GitHub issues for your project, along with Copilot's suggestions for resolutions and improvements. This feature enables a more interactive and guided approach to issue resolution, leveraging AI to suggest potential fixes and optimizations.

## Demo

![demo](https://raw.githubusercontent.com/adobe/aem-github-copilot/main/resources/demo.png)




Please enter the block name you want to fetch \n\n Example: >@aem /collection block-name



Loading

0 comments on commit 106e322

Please sign in to comment.