{
"version": "2.0.0",
"windows": {
"options": {
"shell": {
"executable": "C:\\WINDOWS\\System32\\cmd.exe",
"args": [
"/C",
"D:\\Intel\\oneAPI\\2024.2\\oneapi-vars.bat",
"&&",
]
}
},
"tasks": [
"label": "configure-release",
"type": "shell",
"command": "xmake config -p windows -m release",
"problemMatcher": []
"label": "configure-debug",
"command": "xmake config -p windows -m debug",
"label": "update compile_commands",
"command": "xmake project -k compile_commands .vscode",
"label": "debug frontend application",
"command": "xmake run -d implicit_surface_integrator",