aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-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"
+ }
}