summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorMichal Hanus <hanus.michal@divelit.cz>2024-04-01 13:48:59 +0200
committerMichal Hanus <hanus.michal@divelit.cz>2024-04-01 13:48:59 +0200
commit1173bd81904c534b4b6d62e3f7e8e1b195b4cc4c (patch)
treecfbd42de94e5a187be8520802c0530d110a49edb /.vscode
parentb6307ca8180f1090e2c69e081963689a4abd869a (diff)
backup
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..c9c54ff
--- /dev/null
+++ b/.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