Files
snakePlus/.vscode/settings.json
Phillip Kühne 561b99b710 Refactor project structure and remove unnecessary files
- Deleted generated CMake files and build artifacts from the cmake-build-debug directory.
- Removed the Intellisense header - what was that???
- Cleaned up the melonDS.ini configuration (removed hard path)
2026-03-29 00:44:16 +01:00

9 lines
201 B
JSON

{
"files.associations": {
"array": "cpp"
},
"clangd.arguments": [
"--query-driver=${env:DEVKITPRO}/devkitARM/bin/arm-none-eabi-*",
"--compile-commands-dir=."
]
}