Skip to content

Commit 93c4499

Browse files
authored
Update VS Code settings to enable Copilot
Enable Copilot features for various file types.
1 parent a16915d commit 93c4499

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"chat.useAgentSkills": true,
3+
"github.copilot.chat.codeGeneration.useInstructionFiles": true,
4+
"github.copilot.enable": {
5+
"*": true,
6+
"markdown": true,
7+
"plaintext": true,
8+
"yaml": true
9+
},
310

411
"editor.tabSize": 4,
512
"editor.insertSpaces": true,

0 commit comments

Comments
 (0)