16 lines
485 B
JSON
16 lines
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
|
||
|
}
|