| 123456789101112131415161718192021 |
- {
- "configurations": [
- {
- "name": "Linux",
- "includePath": [
- "${workspaceFolder}/src/include/gen",
- "${workspaceFolder}/src/include",
- "${workspaceFolder}/extern/boost",
- "${workspaceFolder}/extern/libcds"
- ],
- "defines": [
- "DEV_BUILD"
- ],
- "compilerPath": "/usr/bin/clang",
- "cStandard": "c17",
- "cppStandard": "c++20",
- "intelliSenseMode": "linux-clang-x64"
- }
- ],
- "version": 4
- }
|