-
|
I like the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
I'm personally using |
Beta Was this translation helpful? Give feedback.
-
|
@losnappas, thanks for pointing me to the right direction! I just solved this issue with: {
"key": "g a",
"command": "dance.run",
"args": {
"commands": [
"workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup",
"list.select",
],
}
},This will remove the needed in the end. |
Beta Was this translation helpful? Give feedback.
@losnappas, thanks for pointing me to the right direction! I just solved this issue with:
{ "key": "g a", "command": "dance.run", "args": { "commands": [ "workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup", "list.select", ], } },This will remove the needed in the end.