forked from TiddoLangerak/tracegl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtracegl.json
More file actions
27 lines (27 loc) · 751 Bytes
/
tracegl.json
File metadata and controls
27 lines (27 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"theme" : "dark", // other theme: light
"ui":2000, // UI port
"tgt":2080, // browser JS port
"do":[], // only trace files matching
"no":[], // ignore files matching ":match" for string or "/match" for regexp
"editors" : { // editor paths per platform, modify these to set up your editor
"darwin":{
"sublime3":{
"bin":"/Applications/Sublime Text 3.app/Contents/SharedSupport/bin/subl",
"args":["$file:$line"]
},
"sublime2":{
"bin":"/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl",
"args":["$file:$line"]
},
"textmate":{
"bin":"/Applications/TextMate.app/Contents/Resources/mate",
"args":["$file","--line","$line"]
}
},
"win32":{},
"sunos":{},
"linux":{},
"freebsd":{}
}
}