irrigation_system/software/.vscode/settings.json

12 lines
239 B
JSON

{
"nrf-connect.applications": [
"${workspaceFolder}\\modbus_test"
],
"files.associations": {
"log.h": "c",
"modbus.h": "c",
"array": "c",
"string": "c",
"string_view": "c"
}
}