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