Files
bs_explorer/.vscode/settings.json

17 lines
371 B
JSON

{
"files.associations": {
"*.cpt": "yaml",
"*.seq": "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"
},
"C_Cpp.default.includePath": [
"libs/",
"modules/"
]
}