We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
specify
devcontainer
1 parent d63ffdf commit 865c0c9Copy full SHA for 865c0c9
.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