nikita-rudenko / back-n-forth

VSCode extension that adds Go Back/Forward buttons ↔️
https://marketplace.visualstudio.com/items?itemName=nick-rudenko.back-n-forth
MIT License
17 stars 1 forks source link

Why register your own commands? #19

Open walles opened 1 year ago

walles commented 1 year ago

This is more of a question than an issue really but:

Wouldn't it be simpler to just bind the buttons directly to workbench.action.navigateBack and workbench.action.navigateForward rather than creating new commands that just call the original ones?