Skip to content

Commit 21f43ec

Browse files
authored
feat(vscode): disable AI features by default (#335)
1 parent a86e562 commit 21f43ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

vscode/settings/User.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
],
2222
"[latex]": {
2323
"editor.wordWrap": "on"
24-
}
24+
},
25+
"chat.disableAIFeatures": true
2526
}

0 commit comments

Comments
 (0)