aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorNielsCoding <48092678+heavydemon21@users.noreply.github.com>2023-03-15 18:56:15 +0100
committerNielsCoding <48092678+heavydemon21@users.noreply.github.com>2023-03-15 18:56:15 +0100
commit2588df5f89da62b857287344d6a7f2cc6951e938 (patch)
treef91c23e9233315502b9ccd320c3ae1adb2a6e051 /.vscode
parent3891486b368f4cdd1c5e00019a2a66ca05e656e6 (diff)
architecture docu
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json15
1 files changed, 14 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index d027762..7f37ba0 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -8,5 +8,18 @@
}
},
"cmake.configureOnOpen": false,
- "files.eol": "\n"
+ "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"
+ }
}