aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorUnavailableDev <69792062+UnavailableDev@users.noreply.github.com>2023-04-03 18:03:13 +0200
committerGitHub <noreply@github.com>2023-04-03 18:03:13 +0200
commit9166352dfabdb0732d222be5d4ed10953f12a872 (patch)
treec1ccb7a2dcda405df3ab850f66927e9b3d12c7c3 /.vscode
parentaed990d5f5766c9c04e1846e216c25c1cbab09aa (diff)
removed nrf from settings.json
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index f4d72ed..d027762 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -8,7 +8,5 @@
}
},
"cmake.configureOnOpen": false,
- "files.eol": "\n",
- "nrf-connect.topdir": "${nrf-connect.sdk:2.1.2}",
- "nrf-connect.toolchain.path": "${nrf-connect.toolchain:2.1.2}"
+ "files.eol": "\n"
}