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.
This commit is contained in:
Joel 2016-10-14 16:37:35 -04:00 коммит произвёл GitHub
Родитель 4f61f2ffac
Коммит 8eb2cbb23f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -73,7 +73,7 @@
},
{
"key": "cmd+w",
"command": "workbench.files.action.closeFile"
"command": "workbench.action.closeActiveEditor"
},
{
"key": "cmd+k cmd+b",