waw-sprite-test/.vscode/c_cpp_properties.json
2021-10-08 19:54:21 +02:00

16 lines
No EOL
485 B
JSON

{
"configurations": [
{
"name": "Main",
"includePath": [
"${HOME}/.vscode/extensions/entan-gl.cc65-vice-4.8.1/dist/cc65/include",
"${workspaceFolder}/src"
],
"intelliSenseMode": "gcc-x64",
"compilerPath": "${HOME}/.vscode/extensions/entan-gl.cc65-vice-4.8.1/dist/cc65/bin/cc65",
"cStandard": "c99",
"cppStandard": "c++98"
}
],
"version": 4
}