mirror of
https://github.com/uroni/hs5.git
synced 2025-10-26 11:17:18 +00:00
20 lines
557 B
JSON
20 lines
557 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"${vcpkgRoot}/x64-linux/include"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/clang",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++14",
|
|
"intelliSenseMode": "linux-clang-x64",
|
|
"compileCommands": [
|
|
"${workspaceFolder}/builds/ninja-multi-vcpkg/compile_commands.json"
|
|
]
|
|
}
|
|
],
|
|
"version": 4
|
|
} |