narf52/.vscode/settings.json

19 lines
426 B
JSON
Raw Normal View History

2020-03-08 06:38:24 +00:00
{
"files.associations": {
"climits": "cpp",
"nrf_delay.h": "c",
"nrfx.h": "c",
"nrfx_config.h": "c",
"nrfx_common.h": "c",
"nrf.h": "c",
2020-03-10 05:56:43 +00:00
"boards.h": "c",
"gpio.h": "c",
"nrf52.h": "c",
"system_nrf52.h": "c",
"system_nrf.h": "c",
2020-03-30 09:45:29 +00:00
"driver.h": "c",
"deque": "cpp",
"string": "cpp",
"vector": "cpp"
2020-03-08 06:38:24 +00:00
}
}