Open sainoba opened 4 years ago
Whenever I try to play a sound the extensions seems to get stuck. It just keeps displaying Running on save commands... and doesn't play any sound.
Running on save commands...
Here is an example of what I'm trying to do:
{ "match": ".*", "cmd": "paplay '/home/sainoba/Music/knob.ogg", },
paplay '/home/sainoba/Music/knob.ogg' works fine if I run it in a terminal
paplay '/home/sainoba/Music/knob.ogg'
Is this also true using the async option "isAsync": true?
"isAsync": true
@sainoba You mentioned it runs in a terminal. Is this inside a vscode terminal or outside?
Whenever I try to play a sound the extensions seems to get stuck. It just keeps displaying
Running on save commands...
and doesn't play any sound.Here is an example of what I'm trying to do:
paplay '/home/sainoba/Music/knob.ogg'
works fine if I run it in a terminal