-
Notifications
You must be signed in to change notification settings - Fork 0
/
gunfig.sublime-project
64 lines (64 loc) · 1.51 KB
/
gunfig.sublime-project
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"folders":
[
{
"file_exclude_patterns":
[
"*.sublime-project",
"packages.config",
"*~",
],
"folder_exclude_patterns":
[
"_old/",
"bin/",
"obj/",
"packages/",
],
"path": ".",
}
],
"build_systems":
[
{
"name": "Regenerate Project Files",
"shell_cmd": "$project_path/genproject",
"working_dir": "${project_path}",
"env": {"CLICOLOR_FORCE": "1",},
"target": "ansi_color_build",
"syntax": "Packages/ANSIescape/ANSI.sublime-syntax",
},
{
"name": "Regenerate Project Files and Thunderstore Package",
"shell_cmd": "$project_path/genproject -t",
"working_dir": "${project_path}",
"env": {"CLICOLOR_FORCE": "1",},
"target": "ansi_color_build",
"syntax": "Packages/ANSIescape/ANSI.sublime-syntax",
},
{
"name": "Regenerate Project Files and Run",
"shell_cmd": "$project_path/genproject -g",
"working_dir": "${project_path}",
"env": {"CLICOLOR_FORCE": "1",},
"target": "ansi_color_build",
"syntax": "Packages/ANSIescape/ANSI.sublime-syntax",
},
{
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"name": "Anaconda Python Builder",
"selector": "source.python",
"shell_cmd": "\"/usr/bin/python\" -u \"$file\"",
},
],
"settings":
{
"LSP":
{
"OmniSharp":
{
"enabled": true,
},
},
},
}