22 lines
590 B
JSON
22 lines
590 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"${workspaceFolder}/lib/**",
|
|
"${workspaceFolder}/lib/eosiolib/contracts/**",
|
|
"${workspaceFolder}/lib/eosiolib/core/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE",
|
|
"int128_t=__int128_t",
|
|
"uint128_t=__uint128_t"
|
|
],
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++20"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |