emeraldwalk / vscode-runonsave

Visual Studio Code extension to run commands whenever a file is saved.
Apache License 2.0
182 stars 57 forks source link

Extension freezes when playing sound #36

Open sainoba opened 4 years ago

sainoba commented 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.

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

CS-Account commented 1 month ago

Is this also true using the async option "isAsync": true?

bmingles commented 1 month ago

@sainoba You mentioned it runs in a terminal. Is this inside a vscode terminal or outside?