更新 'settings.json'

This commit is contained in:
colin 2020-09-21 20:20:03 +08:00
parent e3919b1f02
commit 02fd4b47b2
1 changed files with 2 additions and 1 deletions

View File

@ -86,6 +86,7 @@
"window.menuBarVisibility": "compact",
"diffEditor.ignoreTrimWhitespace": false,
"files.maxMemoryForLargeFilesMB": 8192,
"json.maxItemsComputed": 50000
"json.maxItemsComputed": 50000,
"editor.cursorBlinking": "solid",
}