Files
bs_explorer/.vscode/settings.json
François Dausseur 5dfe5b123e compiles and works
2025-02-18 11:36:18 +01:00

24 lines
563 B
JSON

{
"files.associations": {
"*.seq": "yaml",
"*.cpt": "yaml",
"os_interface.h": "c",
"bsdl_strings.h": "c",
"script.h": "c",
"env.h": "c",
"drivers_list.h": "c",
"bsdl_loader.h": "c",
"jtag_core_internal.h": "c",
"dbg_logs.h": "c",
"dlfcn.h": "c",
"config_script.h": "c",
"bs_defines.h": "c",
"jtag_core.h": "c",
"string.h": "c",
"readline.h": "c"
},
"C_Cpp.default.includePath": [
"libs/",
"modules/"
]
}