xmake-comsim/.vscode/c_cpp_properties.json

15 lines
346 B
JSON

{
"configurations": [
{
"name": "Linux",
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compilerPath": "/usr/bin/gcc",
"compileCommands": "${workspaceFolder}/.vscode/compile_commands.json"
}
],
"version": 4
}