Does VScode extention update v2.0.2 support custom shortcuts?

hello there

i had a bunch of shortcuts implemented on VScode for tidal. On the newest update (v2.0.2) they suddenly stop working. Ive no major coding knowledge, so for what i could find out, the old easy to customize shortcuts "tidal.shortcut.no1" (went on through 'no9'), and the ones you could add/customize on 'keybindings.json' calling "command": "tidal.shortcut" (as showed below) no longer work. Also no detailed output message is shown, just "[info] t>" for every (native) shortcut or eval

Does anyone know why or how could i find a way to add keybindings like before? for what ive been searching is not easy anymore, plus little documentation found from the developers.

    {
        "key": "alt+7"
        , "command": "tidal.shortcut"
        , "args": {
            "command": "d7 $ silence"
        }
    }

the good part is that (natively) now you can do mute/unmute with the same shortcut as was possible in Atom, so i would prefer not to downgrade for recovering my old keybinding setup

thank you