Skip to content

Commit 55577d6

Browse files
committed
Adjust vscode copilot settings
1 parent 5212dd4 commit 55577d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

configs/vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545
"mise.checkForNewMiseVersion": false,
4646
// GitHub Copilot extension
4747
"github.copilot.enable": {
48-
"*": true
48+
"*": true,
49+
"plaintext": true,
50+
"markdown": true
4951
},
5052
"chat.agent.enabled": true,
5153
"chat.tools.autoApprove": true,

0 commit comments

Comments
 (0)