blob: 604fa760295d3fd77015db8feb6cc3cae310218e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{
"configurations": [
{
"name": "Linux",
"compilerPathInCppPropertiesJson": "/usr/bin/clang",
"includePath": [
"/home/ladik/AppDir/StormLib/**"
],
"defines": [],
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "linux-clang-x64",
"mergeConfigurations": false,
"compilerPath": "/usr/bin/clang",
"browse": {
"path": [
"${workspaceFolder}"
],
"limitSymbolsToIncludedHeaders": true
},
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4
}
|