From 6ac7aa9def0741b9f89c52c00acb2b74cd40b16d Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Tue, 3 Mar 2020 17:05:59 +0800 Subject: [PATCH] Update settings.json --- settings.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/settings.json b/settings.json index 34b6972..7efcae1 100644 --- a/settings.json +++ b/settings.json @@ -91,4 +91,10 @@ "window.menuBarVisibility": "compact", "diffEditor.ignoreTrimWhitespace": false, "files.maxMemoryForLargeFilesMB": 8192, + "macros": { + "terminal": [ + "workbench.action.terminal.toggleTerminal", + "workbench.action.toggleMaximizedPanel", + ] + }, }