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