From 8eb2cbb23fa5904b221d349d28ca689e53fc3c6f Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 14 Oct 2016 16:37:35 -0400 Subject: [PATCH] Switch to new close action command This resolves the following warning: [WARN] Command workbench.files.action.closeFile has been removed. You can use workbench.action.closeActiveEditor instead. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bfde7c9..eceec17 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ }, { "key": "cmd+w", - "command": "workbench.files.action.closeFile" + "command": "workbench.action.closeActiveEditor" }, { "key": "cmd+k cmd+b",