this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

better sublime error pattern

+5 -3
+5 -3
tic80.sublime-project
··· 3 3 [ 4 4 { 5 5 "name": "build", 6 - "shell_cmd": "cd ${project_path}/build && cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel ..", 7 - "file_regex": "/([^/:]+):(\\d+):(\\d+): ", 8 - "variants": [ 6 + "shell_cmd": "cd ${project_path}/build && cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DBUILD_STATIC=OFF .. && ninja", 7 + "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (error.*)$", 8 + "working_dir": "${file_path}", 9 + "variants": 10 + [ 9 11 { 10 12 "name": "fresh", 11 13 "shell_cmd": "cd ${project_path}/build && cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel .. --fresh"