midijs
Version:
Read and write Standard MIDI files and enable communication with MIDI devices!
18 lines (17 loc) • 360 B
JSON
{
"version": "0.1.0",
"command": "eslint.cmd",
"args": ["${file}", "--no-color"],
"showOutput": "silent",
"problemMatcher": {
"owner": "javascript",
"fileLocation": ["relative", "${cwd}"],
"pattern": {
"regexp": "^ (\\d+):(\\d+) (error|warning) (.*)$",
"line": 1,
"column": 2,
"severity": 3,
"message": 4
}
}
}