Files
ptouch-prnt/.vscode/c_cpp_properties.json

12 lines
255 B
JSON

{
"configurations": [
{
"name": "Linux",
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"compileCommands": "/builddir/compile_commands.json"
}
],
"version": 4
}