mirror of
https://github.com/catmeow72/b16viewer.git
synced 2024-11-21 13:09:36 -08:00
24 lines
No EOL
519 B
JSON
24 lines
No EOL
519 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "CC65",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"/usr/share/cc65/include"
|
|
],
|
|
"defines": [
|
|
"__CX16__",
|
|
"__fastcall__=",
|
|
"fastcall=",
|
|
"__asm__(...)=",
|
|
"asm(...)=",
|
|
"cdecl=",
|
|
"__cdecl__="
|
|
],
|
|
"cStandard": "c99",
|
|
"cppStandard": "gnu++17",
|
|
"intelliSenseMode": "linux-gcc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |