clangd / vscode-clangd

Visual Studio Code extension for clangd
https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd
MIT License
592 stars 97 forks source link

Fallback `.clangd` and `.clang-tidy` #610

Open palapapa opened 3 months ago

palapapa commented 3 months ago

Since we already have clangd.fallbackFlags, can we also have fallbackClangd and fallbackClangTidy? The values of these two should be used when no .clangd and .clang-tidy are found.

The benefit of this feature would be that it would become possible to sync .clangd and .clang-tidy with multiple machines using VSCode's settings sync, instead of having to manually copy them.