mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-08-29 10:09:43 +02:00
This is a refresh based on
976261d7b7
There are a couple of interesting new rules and I've extended one of the
patterns to all letters.
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
18 lines
528 B
JSON
18 lines
528 B
JSON
{
|
|
"github.copilot.chat.reviewSelection.instructions": [
|
|
{
|
|
"file": ".github/prompts/review-pr.prompt.md"
|
|
}
|
|
],
|
|
"github.copilot.chat.commitMessageGeneration.instructions": [
|
|
{
|
|
"file": ".github/prompts/create-commit-title.prompt.md"
|
|
}
|
|
],
|
|
"github.copilot.chat.pullRequestDescriptionGeneration.instructions": [
|
|
{
|
|
"file": ".github/prompts/create-pr-summary.prompt.md"
|
|
}
|
|
],
|
|
"sarif-viewer.connectToGithubCodeScanning": "on"
|
|
} |