-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.focus-config
More file actions
49 lines (39 loc) · 1.49 KB
/
.focus-config
File metadata and controls
49 lines (39 loc) · 1.49 KB
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
[25] # Version number. Do not delete.
[[workspace]]
.
C:\jai
C:\Users\Noah\source\repos\jai-wasm-toolchain\
[ignore]
.\Game\**
*.ll
[file associations]
*.ls *.lsd *.gls : jai
*.gon : python
*.html.tt : html
*.md.tt : md
[[build commands]]
error_regex: ^(?P<file>.*):(?P<line>\d+),(?P<col>\d+): (?P<type>Error|Warning|Info): (?P<msg>.*)|^(?P<msg>.*error LNK.*)
open_panel_on_build: true
[Debug Build And Run]
key_binding: F5
# build_command: jai source/main.jai -exe render
build_command: jai build.jai -exe render
run_command: ./render.exe
[Build and Run Game]
key_binding: F7
build_working_dir: .\Fire_Rescue
build_command: jai source/main.jai -output_path ../build_debug -exe game -import_dir "C:\Users\Noah\source\repos\jai-wasm-toolchain\modules\"
run_working_dir: .\Fire_Rescue
run_command: build_debug/game.exe
[Run Game]
key_binding: Ctrl-F7
run_working_dir: .\Fire_Rescue
run_command: build_debug/game.exe
[Build Game WASM]
key_binding: F6
build_working_dir: .\Fire_Rescue
run_working_dir: .\Fire_Rescue
build_command: jai source/main.jai -output_path ../ -exe Game -import_dir C:\Users\Noah\source\repos\jai-wasm-toolchain\modules -no_check_bindings +Browser/Toolchain -inject_call_to_pwa_assets_update -do_not_copy_asset_folder -asset_folder ../data data
# [Release]
# build_command: jai first.jai - release
# key_binding: F9