We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5212dd4 commit 55577d6Copy full SHA for 55577d6
1 file changed
configs/vscode/settings.json
@@ -45,7 +45,9 @@
45
"mise.checkForNewMiseVersion": false,
46
// GitHub Copilot extension
47
"github.copilot.enable": {
48
- "*": true
+ "*": true,
49
+ "plaintext": true,
50
+ "markdown": true
51
},
52
"chat.agent.enabled": true,
53
"chat.tools.autoApprove": true,
0 commit comments