diff options
author | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2023-04-03 18:03:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 18:03:13 +0200 |
commit | 9166352dfabdb0732d222be5d4ed10953f12a872 (patch) | |
tree | c1ccb7a2dcda405df3ab850f66927e9b3d12c7c3 /.vscode/settings.json | |
parent | aed990d5f5766c9c04e1846e216c25c1cbab09aa (diff) |
removed nrf from settings.json
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 4 |
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" } |