mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
9 lines
333 B
JSON
9 lines
333 B
JSON
{
|
|
"C_Cpp.default.compileCommands": "/home/dan/src/clrsync/builddir/compile_commands.json",
|
|
"C_Cpp.default.configurationProvider": "mesonbuild.mesonbuild",
|
|
"clangd.arguments": [
|
|
"--compile-commands-dir=${workspaceFolder}/builddir",
|
|
"--completion-style=detailed",
|
|
"--header-insertion=never"
|
|
],
|
|
} |