wk-j / vscode-save-and-run

Visual Studio Code extension to run commands whenever a file is saved https://marketplace.visualstudio.com/items?itemName=wk-j.save-and-run
Apache License 2.0
32 stars 7 forks source link

command:'extension.saveAndRun.execute' failed. #16

Closed arkadyb closed 6 years ago

arkadyb commented 6 years ago

Cant seem to make this working..

With configuration as simple as:

"saveAndRun": {        
        "commands": [
            {
                "match": ".*",
                "isAsync": false,
                "cmd": "echo 'I run for all files.'"
            }
        ]
    }
wk-j commented 6 years ago

Is there any error in Developer Tools? I can't reproduce this issue on my machine

saveandrun

arkadysafety commented 6 years ago

Hey, close this ticket please. My fault.