XNSim/XNPortal/.vscode/c_cpp_properties.json
2025-04-28 12:25:20 +08:00

9 lines
189 B
JSON
Executable File

{
"configurations": [
{
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4
}