{
  "python.formatting.autopep8Args": [
    "--ignore",
    "E402"
  ],
  "search.useIgnoreFiles": false,
  "search.exclude": {
    "**/.git": true,
    "**/.github": true,
    "build/**": true,
    "expected/**": true,
    "tools/**": true,
    "ctx.c" : 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",
    "ast_warp_zone.h": "c",
    "sf64audio_provisional.h": "c",
    "fox_enmy_assets.h": "c",
    "audiothread_cmd.h": "c",
    "span": "c",
    "string_span": "c",
    "array": "c",
    "bitset": "c",
    "string_view": "c",
    "initializer_list": "c",
    "regex": "c",
    "utility": "c",
    "valarray": "c",
    "util": "c",
    "variant": "c",
    "chrono": "c",
    "optional": "c",
    "istream": "c",
    "ostream": "c",
    "ratio": "c",
    "system_error": "c",
    "functional": "c",
    "tuple": "c",
    "type_traits": "c",
    "ast_allies.h": "c",
    "ast_font.h": "c",
    "fox_std_lib_assets.h": "c",
    "fox_versus_assets.h": "c",
    "guint.h": "c",
    "ast_test.h": "c",
    "ast_landmaster.h": "c",
    "ast_blue_marine.h": "c",
    "ast_training.h": "c",
    "ast_sector_x.h": "c",
    "ast_aquas.h": "c",
    "ast_enmy_space.h": "c",
    "prevent_context_reordering.h": "c",
    "ast_option.h": "c",
    "ast_area_6.h": "c",
    "ast_bg_space.h": "c",
    "ast_sector_y.h": "c",
    "ast_vs_player.h": "c",
    "ast_enmy_planet.h": "c",
    "ast_sector_z.h": "c",
    "ast_titania.h": "c",
    "ast_bg_planet.h": "c",
    "assets.h": "c",
    "ast_title.h": "c",
    "any": "c",
    "memory_resource": "c",
    "ast_andross.h": "c",
    "sf64object.h": "c",
    "ast_corneria.h": "c",
    "ast_great_fox.h": "c",
    "ast_bolse.h": "c",
    "ast_venom_2.h": "c",
    "ast_katina.h": "c",
    "ast_fortuna.h": "c",
    "ast_zoness.h": "c",
    "ast_solar.h": "c",
    "ast_ve1_boss.h": "c",
    "ast_arwing.h": "c",
    "ast_ending_award_back.h": "c",
    "fox_edisplay_assets.h": "c",
    "ast_versus.h": "c",
    "ast_macbeth.h": "c",
    "ast_7_ti_1.h": "c",
    "ast_meteo.h": "c",
    "ast_font_3d.h": "c",
    "ast_vs_menu.h": "c",
    "sf64mesg.h": "c",
    "sf64audio_external.h": "c",
    "audioseq_cmd.h": "c"
  },
  "C_Cpp_Runner.msvcBatchPath": ""
}