7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
{
|
|
"shell_cmd": "build.bat",
|
|
"file_regex": "^(.*)\\((\\d+),?(\\d+)?\\)\\s?:\\s([^\n]+)", // msvc
|
|
// "file_regex": "^(.*):(\\d+):(\\d+):", // clang
|
|
"working_dir": "$folder",
|
|
}
|