configs/home/.zsh-kali/themes/powerlevel10k/gitstatus/.vscode/c_cpp_properties.json

18 lines
380 B
JSON
Raw Normal View History

2023-06-30 21:45:57 +02:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/src"
],
"defines": [
],
"compilerPath": "/usr/bin/g++",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "gcc-x64"
}
],
"version": 4
}