You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
492 B
23 lines
492 B
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"intelliSenseMode": "clang-x64",
|
|
"includePath": [
|
|
"/usr/include/",
|
|
"${workspaceFolder}/runtime/include/",
|
|
"${workspaceFolder}/runtime/thirdparty/ck/include/",
|
|
"${workspaceFolder}/runtime/thirdparty/http-parser/",
|
|
"${workspaceFolder}/runtime/thirdparty/jsmn/"
|
|
],
|
|
"defines": [
|
|
"USE_MEM_VM",
|
|
"x86_64",
|
|
"_GNU_SOURCE"
|
|
],
|
|
"cStandard": "c17",
|
|
"compilerPath": "/usr/bin/clang"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |