-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.focus-config
46 lines (37 loc) · 950 Bytes
/
.focus-config
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
[6] # Version number. Do not delete.
[[workspace]]
# These directories and files will be scanned when a workspace is opened so that search etc. works.
../Ryu/
[ignore]
.git
.xmake
.vs
build
vsxmake2022
RyuLog.txt
[allow]
*.ryuplugin
[file associations]
*.ryuplugin : json
[[build commands]]
build_working_dir: %PROJECT_CONFIG_DIR%
open_panel_on_build: true
close_panel_on_success: false
clear_build_output_before_running: true
[Build Debug And Run] # <- command name. Can be arbitrary
build_command: xmake f -m debug
run_command: xmake run RyuEditor
run_working_dir: %PROJECT_CONFIG_DIR%
key_binding: F5
[Build Debug]
build_command: xmake f -m debug
build_working_dir: %PROJECT_CONFIG_DIR%
run_command: xmake
run_working_dir: %PROJECT_CONFIG_DIR%
key_binding: Ctrl-Shift-B
[Clean Project]
build_command: xmake clean
build_working_dir: %PROJECT_CONFIG_DIR%
[Clean All]
build_command: xmake clean -a
build_working_dir: %PROJECT_CONFIG_DIR%