summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 5e56c2afda915a93f4ae2ce10d6ef91dd54d9b28 (plain)
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
65
66
67
68
69
{
  "python.formatting.autopep8Args": [
    "--ignore",
    "E402"
  ],
  "search.useIgnoreFiles": false,
  "search.exclude": {
    "**/.git": true,
    "**/.github": true,
    "build/**": true,
    "expected/**": true,
    "tools/**": true
  },
  "defines": [
    "_LANGUAGE_C"
  ],
  "files.associations": {
    "hud.h": "c",
    "global.h": "c",
    "ultratypes.h": "c",
    "mbi.h": "c",
    "common.h": "c",
    "sf64math.h": "c",
    "ultra64.h": "c",
    "os_internal.h": "c",
    "structs.h": "c",
    "stdint.h": "c",
    "xstdio.h": "c",
    "controller.h": "c",
    "os_version.h": "c",
    "stdbool.h": "c",
    "variables.h": "c",
    "functions.h": "c",
    "macros.h": "c",
    "random": "c",
    "limits": "c",
    "algorithm": "c",
    "dfee30.h": "c",
    "fox_i1.h": "c",
    "symbol_addrs_overlays": "cpp",
    "string.h": "c",
    "stdarg.h": "c",
    "fox_option.h": "c",
    "cstdlib": "c",
    "typeinfo": "c",
    "sym_addrs_funcs": "c",
    "*.txt": "c",
    "fox_title.h": "c",
    "prevent_bss_reordering.h": "c",
    "fox_map.h": "c",
    "sf64level.h": "c",
    "prevent_bss_reordering2.h": "c",
    "ast_aq.h": "c",
    "ast_8e1f80.h": "c",
    "fox_end2.inc": "c",
    "sf64thread.h": "c",
    "gfx.h": "c",
    "os.h": "c",
    "math.h": "c",
    "context.h": "c",
    "sf64player.h": "c",
    "sys.h": "c",
    "fox_option_assets.h": "c",
    "mods.h": "c",
    "i5.h": "c",
    "sf64audio_provisional.h": "c"
  },
  "C_Cpp_Runner.msvcBatchPath": ""
}