summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorhuntc <huntchr@gmail.com>2020-12-26 14:01:31 +1100
committerhuntc <huntchr@gmail.com>2020-12-26 14:01:31 +1100
commit3a668d2280dbf3134a5588909b887a0594ece96d (patch)
tree23caf82623e4a90f1681aa5e5cb2f8d1981985d5 /.vscode
parent41f00393ddd5607c415ecc3d1862703c85411820 (diff)
downloadnrf-softdevice-3a668d2280dbf3134a5588909b887a0594ece96d.zip
Smooth the getting started
Some changes to the README given guidance. Also, a benign addition to the VS Code settings to stop CMake from being annoying in the case where it is installed.
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 14e6697..5f40426 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -10,5 +10,6 @@
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/target/**": true,
- }
+ },
+ "cmake.configureOnOpen": false
} \ No newline at end of file