vscode-tidalcycles icon indicating copy to clipboard operation
vscode-tidalcycles copied to clipboard

Keyboard shortcut to quit or reboot Tidal?

Open jarmitage opened this issue 1 year ago • 0 comments

I can see in the README that keyboard shortcuts can be added:

{
    "key": "shift+ctrl+1"
    , "command": "tidal.shortcut"
    , "args": {
        "command": "d1 $ stack [ s \"bd!4\", ((1/2) ~>) $ s \"sn!2\" ]\r\nd2 $ s \"hh!8\""
    }
}

I am wondering though if functionality can be added to quit or reboot Tidal, as in the Emacs plugin: https://github.com/tidalcycles/Tidal/blob/main/tidal.el#L129-L140

In Emacs this "kills the buffer", and I'm not sure what the equivalent would be for VSC.

The use case is that I am having to quit all of VSC when working on my custom setup.

jarmitage avatar Nov 01 '22 11:11 jarmitage