erpc/.vscode/settings.json

32 lines
781 B
JSON

{
"files.associations": {
"spi_port.h": "c",
"cmd_def.h": "c",
"config.h": "c",
"crc16.h": "c",
"comdef.h": "c",
"stddef.h": "c",
"core.h": "c",
"stdint.h": "c",
"cor.h": "c",
"eprc_core.h": "c",
"erpc_core.h": "c",
"type_traits": "c",
"list": "c",
"list.h": "c",
"array": "c",
"string": "c",
"string_view": "c",
"windows.h": "c",
"string.h": "c",
"stdio.h": "c",
"stdlib.h": "c"
},
"makefile.launchConfigurations": [
{
"cwd": "d:\\WORK\\erpc",
"binaryPath": "d:\\WORK\\erpc\\port_self.exe",
"binaryArgs": []
}
]
}