mirror of
https://github.com/EnderIce2/rpc-bridge.git
synced 2025-05-25 14:04:37 +00:00
18 lines
405 B
JSON
18 lines
405 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Windows",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [
|
|
"GIT_COMMIT",
|
|
"GIT_BRANCH"
|
|
],
|
|
"cStandard": "c17",
|
|
"cppStandard": "gnu++17",
|
|
"intelliSenseMode": "windows-gcc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |