Files
illogical-impulse/early/.config/eww/.vscode/c_cpp_properties.json
T
2024-02-22 15:35:06 +07:00

18 lines
476 B
JSON
Executable File

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/include/**"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-clang-x64",
"configurationProvider": "ms-vscode.makefile-tools",
}
],
"version": 4
}