We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ddbace commit 158775cCopy full SHA for 158775c
1 file changed
root/.vscode-server/data/Machine/settings.json
@@ -55,6 +55,9 @@
55
"evenBetterToml.formatter.indentTables": true,
56
"evenBetterToml.formatter.indentEntries": true,
57
"evenBetterToml.formatter.columnWidth": 119,
58
+ "editor.unicodeHighlight.allowedLocales": {
59
+ "zh-hans": true
60
+ },
61
"codingcopilot.enableInlineChat": true,
62
"codingcopilot.enableCodelens": false,
63
"codingcopilot.commitMessageLanguage": "en",
0 commit comments