blob: 3a0c43014385869c15667942d59c6db7cee90fcb (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"configurations": [
{
"name": "src",
"compileCommands": "${workspaceFolder}/src/compile_commands.json",
"configurationProvider": "ms-vscode.makefile-tools"
}
],
"version": 4
}
|