1
0
mirror of https://gitlab.com/dbrw/ansible-setup.git synced 2025-08-05 23:55:40 +07:00
ansible-setup/roles/common/files/zsh-theme-powerlevel10k/gitstatus/.vscode/c_cpp_properties.json
2022-06-29 17:19:22 +07:00

18 lines
380 B
JSON
Executable File

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