mirror of
https://github.com/BlackMATov/curly.hpp.git
synced 2025-12-14 04:01:01 +07:00
12 lines
345 B
JSON
12 lines
345 B
JSON
{
|
|
"clangd.arguments": [
|
|
"--all-scopes-completion",
|
|
"--background-index",
|
|
"--clang-tidy",
|
|
"--compile-commands-dir=${workspaceFolder}/.clangd",
|
|
"--completion-style=detailed",
|
|
"--header-insertion=never"
|
|
],
|
|
"cmake.copyCompileCommands": "${workspaceFolder}/.clangd/compile_commands.json"
|
|
}
|