Skip to content

Instantly share code, notes, and snippets.

@TuxSH
Created May 6, 2017 20:55
Show Gist options
  • Save TuxSH/4fa9da820e018de02c36b945a9cbf5ed to your computer and use it in GitHub Desktop.
Save TuxSH/4fa9da820e018de02c36b945a9cbf5ed to your computer and use it in GitHub Desktop.
3ds vscode config, goes under ./.vscode
{
"configurations": [
{
"name": "3DS",
"includePath": [
"~/devkitPro/devkitARM/arm-none-eabi/include",
"~/devkitPro/libctru/include",
],
"browse": {
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment