Replace legacy API for close action
Replace `workbench.files.action.closeFile ` with `workbench.action.closeActiveEditor `
This commit is contained in:
Родитель
8866e8c088
Коммит
e3fee5f15c
|
@ -28,7 +28,7 @@
|
||||||
"win": "ctrl+w",
|
"win": "ctrl+w",
|
||||||
"linux": "ctrl+w",
|
"linux": "ctrl+w",
|
||||||
"key": "ctrl+w",
|
"key": "ctrl+w",
|
||||||
"command": "workbench.files.action.closeFile"
|
"command": "workbench.action.closeActiveEditor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"mac": "f5",
|
"mac": "f5",
|
||||||
|
@ -400,4 +400,4 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jsonfile": "^2.2.3"
|
"jsonfile": "^2.2.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче