We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
specify
devcontainer
1 parent 900bc2e commit ecec4bcCopy full SHA for ecec4bc
1 file changed
.devcontainer/devcontainer.json
@@ -51,7 +51,21 @@
51
"AmazonWebServices.amazon-q-vscode"
52
],
53
"settings": {
54
- "debug.javascript.autoAttachFilter": "disabled" // fix running commands in integrated terminal
+ "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
+ }
69
}
70
71
0 commit comments