Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue management command #7

Merged
merged 2 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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