godot-xterm/addons/godot_xterm_native/.vscode/c_cpp_properties.json

15 lines
339 B
JSON
Raw Normal View History

2020-07-11 12:45:21 +02:00
{
"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
}