I am forming an openEditorAtIndex command using the following syntax:
'workbench.action.openEditorAtIndex' + index
1-9 work correctly (and are default keybindings already). Would it be possible to add support for any index?
I currently need to use this command if <= 9 and if > 9, I have to go to index 9 and then next count - 9 times to get to the desired pane with a risk of wrapping around
I am forming an openEditorAtIndex command using the following syntax:
'workbench.action.openEditorAtIndex' + index
1-9 work correctly (and are default keybindings already). Would it be possible to add support for any index?
I currently need to use this command if <= 9 and if > 9, I have to go to index 9 and then next count - 9 times to get to the desired pane with a risk of wrapping around