diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-03-15 21:57:44 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-03-15 21:57:44 +0100 |
commit | 1c0cb0d1cf8c9cb6a11aa404d8c31def1087a586 (patch) | |
tree | 68f58c14fd0e50bfa5fb650a76f22d3cd53c5169 /.vscode | |
parent | 6a70bf52bc2ed5d28b7d08854fabfaee27be3e84 (diff) |
(UNCLEAN) partial merge of #37
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 7f37ba0..d027762 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,18 +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.associations": { - "input.h": "c", - "draw_screen.h": "c", - "camera.h": "c", - "entity.h": "c", - "stdint.h": "c", - "player_controller.h": "c", - "sprite_controller.h": "c", - "types.h": "c", - "startingscreen.h": "c" - } + "files.eol": "\n" } |