mirror of
https://github.com/peter-tanner/tinyusb-cdc-stm32f302c8-stm32-hal-minimal.git
synced 2024-11-30 17:10:15 +08:00
11 lines
219 B
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"
|
||
|
}
|
||
|
}
|