22 lines
No EOL
286 B
Text
22 lines
No EOL
286 B
Text
{
|
|
"folders": [
|
|
{
|
|
"path": ".."
|
|
}
|
|
],
|
|
"extensions": {
|
|
"recommendations": [
|
|
"ms-vscode.cpptools"
|
|
]
|
|
},
|
|
"settings": {
|
|
"files.associations": {
|
|
"*.lock": "yarnlock",
|
|
"*.m": "cpp",
|
|
"cstdlib": "cpp",
|
|
"raylib.h": "c",
|
|
"math.h": "c",
|
|
"raymath.h": "c"
|
|
}
|
|
}
|
|
} |