mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-12 21:50:26 +01:00
15 lines
339 B
JSON
15 lines
339 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Linux",
|
||
|
"includePath": ["${workspaceFolder}/**"],
|
||
|
"defines": [],
|
||
|
"compilerPath": "/nix/store/l2sqva7kzr8y68lji2aajk2s8017jyq4-gcc-wrapper-8.3.0/bin/gcc",
|
||
|
"cStandard": "c11",
|
||
|
"cppStandard": "c++17",
|
||
|
"intelliSenseMode": "clang-x64"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|