Skip to content

Commit b19430e

Browse files
committed
fix: update paths for GitHub Copilot instruction templates
1 parent fb7fc1c commit b19430e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,12 +247,12 @@
247247
// Instructions templates
248248
"github.copilot.chat.pullRequestDescriptionGeneration.instructions": [
249249
{
250-
"file": "templates/vcs/pull_request.md"
250+
"file": ".aidd/templates/vcs/pull_request.md"
251251
}
252252
],
253253
"github.copilot.chat.commitMessageGeneration.instructions": [
254254
{
255-
"file": "templates/vcs/commit.md"
255+
"file": ".aidd/templates/vcs/commit.md"
256256
}
257257
],
258258
"github.copilot.chat.codeGeneration.useInstructionFiles": true,

0 commit comments

Comments
 (0)