summaryrefslogtreecommitdiff
path: root/mqtt_simple/.vscode
diff options
context:
space:
mode:
Diffstat (limited to 'mqtt_simple/.vscode')
-rw-r--r--mqtt_simple/.vscode/settings.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/mqtt_simple/.vscode/settings.json b/mqtt_simple/.vscode/settings.json
new file mode 100644
index 0000000..c9c54ff
--- /dev/null
+++ b/mqtt_simple/.vscode/settings.json
@@ -0,0 +1,10 @@
+{
+ "nrf-connect.topdir": "/home/mh/Documents/skola/bc/mqtt_simple",
+ "nrf-connect.toolchain.path": "${nrf-connect.toolchain:2.2.0}",
+ "files.associations": {
+ "certificates.h": "c",
+ "w1.h": "c",
+ "shell.h": "c",
+ "nrf9160.h": "c"
+ }
+} \ No newline at end of file