tinyusb-cdc-stm32f302c8-stm.../.vscode/settings.json

11 lines
219 B
JSON

{
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
"cmake.configureOnOpen": true,
"files.associations": {
"*.cool": "c",
"tusb.h": "c",
"usb_descriptors.h": "c",
"main.h": "c"
}
}