Update settings.json
This commit is contained in:
parent
3feae2cdef
commit
6ac7aa9def
|
@ -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",
|
||||||
|
]
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue