Update settings.json

This commit is contained in:
lianghongkey 2020-03-03 17:05:59 +08:00 committed by GitHub
parent 3feae2cdef
commit 6ac7aa9def
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -91,4 +91,10 @@
"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",
]
},
} }