forked from haiwan/sledge
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.
20 lines
524 B
20 lines
524 B
4 years ago
|
{
|
||
|
"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
|
||
|
}
|