diff options
Diffstat (limited to 'nrfdemo/.vscode/settings.json')
| -rw-r--r-- | nrfdemo/.vscode/settings.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/nrfdemo/.vscode/settings.json b/nrfdemo/.vscode/settings.json index 66d426d..4523da1 100644 --- a/nrfdemo/.vscode/settings.json +++ b/nrfdemo/.vscode/settings.json @@ -1,5 +1,13 @@ { "files.associations": { - "bme680.h": "c" + "bme680.h": "c", + "mqtt_connection.h": "c", + "socket.h": "c", + "kernel.h": "c", + "nrf_modem_lib.h": "c", + "log.h": "c", + "lte_lc.h": "c", + "net_ip.h": "c", + "socket_select.h": "c" } }
\ No newline at end of file |
