Ensure clangd cache is out of build directory

It's annoying to rebuild index after cleaning the build directory
Esse commit está contido em:
Ilya Fedin
2025-05-13 05:32:51 +00:00
commit de John Preston
commit eb028b0dad
2 arquivos alterados com 3 adições e 4 exclusões
+2 -4
Ver Arquivo
@@ -5,11 +5,9 @@
"vscode": {
"settings": {
"C_Cpp.intelliSenseEngine": "disabled",
"clangd.arguments": [
"--compile-commands-dir=${workspaceFolder}/out"
],
"cmake.generator": "Ninja Multi-Config",
"cmake.buildDirectory": "${workspaceFolder}/out"
"cmake.buildDirectory": "${workspaceFolder}/out",
"cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json"
},
"extensions": [
"ms-vscode.cpptools-extension-pack",
+1
Ver Arquivo
@@ -20,6 +20,7 @@ ipch/
.vs/
.vscode/
.cache/
compile_commands.json
/Telegram/log.txt
/Telegram/data