There was an error while loading. Please reload this page.
1 parent fb7fc1c commit b19430eCopy full SHA for b19430e
1 file changed
config/.vscode/settings.json
@@ -247,12 +247,12 @@
247
// Instructions templates
248
"github.copilot.chat.pullRequestDescriptionGeneration.instructions": [
249
{
250
- "file": "templates/vcs/pull_request.md"
+ "file": ".aidd/templates/vcs/pull_request.md"
251
}
252
],
253
"github.copilot.chat.commitMessageGeneration.instructions": [
254
255
- "file": "templates/vcs/commit.md"
+ "file": ".aidd/templates/vcs/commit.md"
256
257
258
"github.copilot.chat.codeGeneration.useInstructionFiles": true,
0 commit comments