更新 'settings.json'

This commit is contained in:
colin 2020-06-22 17:21:11 +08:00
parent 653d4a4dcb
commit e3919b1f02
1 changed files with 0 additions and 10 deletions

View File

@ -86,16 +86,6 @@
"window.menuBarVisibility": "compact", "window.menuBarVisibility": "compact",
"diffEditor.ignoreTrimWhitespace": false, "diffEditor.ignoreTrimWhitespace": false,
"files.maxMemoryForLargeFilesMB": 8192, "files.maxMemoryForLargeFilesMB": 8192,
"macros": {
"terminal": [
"workbench.action.terminal.toggleTerminal",
"workbench.action.toggleMaximizedPanel",
],
"bar": [
"workbench.action.toggleActivityBarVisibility",
"workbench.action.toggleStatusbarVisibility",
]
},
"json.maxItemsComputed": 50000 "json.maxItemsComputed": 50000
} }