Files
tgbot/.vscode/settings.json
2025-02-04 17:22:13 +01:00

6 lines
108 B
JSON

{
"clangd.arguments": [
"--compile-commands-dir=buildDir/"
],
"clangd.path": "clangd",
}