vscode: Copy the compile_commands.json from build to source dir

No longer needed to symlink it to make clangd work
This commit is contained in:
Sergio Martins
2022-07-08 06:47:41 +01:00
parent 9a8539fa42
commit d958e1cc70

View File

@@ -32,7 +32,8 @@
"todo-tree.filtering.excludeGlobs": [
"**/ECM",
"**/3rdparty"
]
],
"cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json"
},
"launch": {
"version": "0.2.0",
@@ -136,4 +137,4 @@
}
]
}
}
}