2D_Engine_Casio/.vscode/settings.json

35 lines
945 B
JSON

{
"debug.showInStatusBar": "never",
"cmake.options.statusBarVisibility": "hidden",
"files.associations": {
"keyboard.h": "c",
"display.h": "c",
"stdlib.h": "c",
"kmalloc.h": "c",
"types.h": "c",
"linked_list.h": "c",
"ostream": "cpp",
"stddef.h": "c",
"textures.h": "c",
"stdarg.h": "c",
"config.h": "c",
"exc.h": "c",
"util.h": "c",
"keydev.h": "c",
"keycodes.h": "c",
"stdio.h": "c",
"printf.h": "c",
"game.h": "c",
"event.h": "c",
"ecs.h": "c",
"components.h": "c",
"animation_system.h": "c",
"display-cg.h": "c",
"stdbool.h": "c",
"libimg.h": "c",
"stdint.h": "c",
"transform_component.h": "c",
"sprite_component.h": "c"
},
"C_Cpp.default.compilerPath": "/home/ulysse-cura/.local/bin/sh-elf-gcc"
}