From f72af37278d6ac2e029d00529801576fcf6c6b33 Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 8 Oct 2020 21:48:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'keybindings=5Fmac.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keybindings_mac.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keybindings_mac.json b/keybindings_mac.json index 3b92ae9..3967975 100644 --- a/keybindings_mac.json +++ b/keybindings_mac.json @@ -387,6 +387,6 @@ { "key": "shift+cmd+;", "command": "editor.action.formatDocument", - "when": "editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor" + // "when": "editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor" }, ]