Skip to content

Commit 9432f37

Browse files
committed
added config for sublime build
1 parent f20c31f commit 9432f37

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

webdriver.sublime-build

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"shell_cmd": "./build.sh",
3+
//"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
4+
"file_regex": "^(?:\\.\\./)+(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
5+
"working_dir": "${project_path:${folder}}"
6+
}
7+

0 commit comments

Comments
 (0)