Skip to content

Commit 865c0c9

Browse files
committed
chore: add specify's github copilot chat settings to devcontainer
1 parent d63ffdf commit 865c0c9

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,21 @@
5151
"AmazonWebServices.amazon-q-vscode"
5252
],
5353
"settings": {
54-
"debug.javascript.autoAttachFilter": "disabled" // fix running commands in integrated terminal
54+
"debug.javascript.autoAttachFilter": "disabled", // fix running commands in integrated terminal
55+
56+
//Specify settings for Github Copilot
57+
"git.autofetch": true,
58+
"chat.promptFilesRecommendations": {
59+
"speckit.constitution": true,
60+
"speckit.specify": true,
61+
"speckit.plan": true,
62+
"speckit.tasks": true,
63+
"speckit.implement": true
64+
},
65+
"chat.tools.terminal.autoApprove": {
66+
".specify/scripts/bash/": true,
67+
".specify/scripts/ps/": true
68+
}
5569
}
5670
}
5771
}

0 commit comments

Comments
 (0)