ARCAD-Software / elias-vscode

ARCAD-Elias VSCode extension
Other
2 stars 0 forks source link

Keybind transfer from test, transfer to test and checkin #37

Open benjaminborgen opened 3 weeks ago

benjaminborgen commented 3 weeks ago

Hi! Is it possible to make these actions available as keybinds for current source under development environment/version/changed?

sebjulliand commented 3 weeks ago

Hi @benjaminborgen , sure, you can set your own key bindings on any command provided by the extension.

Open the Keybindings editor image

Filter on the commands you want to set a keybinding for and double click on the command to set it. image

benjaminborgen commented 3 weeks ago

When I try to execute the command on a source under "Favorite versions -> Version name -> Changed -> program", I get this message.

"Cannot read properties of undefined (reading 'retrieveFromTest')"

image

sebjulliand commented 3 weeks ago

Oh, OK, gotcha, that was your main issue all along right? You already had keybindings for those commands but they threw this error, right? That would have been a better way to describe your issue 😉

I'll take note and see what can be done in a future version.

benjaminborgen commented 3 weeks ago

Haha, no... I didn't realize that they were available.

Thank you! ☺️