Hi,
I’m using standalone SonarLint for C++ projects. Is it possible to change the default location of file settings.json? Is it fixed to
“C:\Users<user>\AppData\Roaming\SonarLint for Visual Studio\settings.json”?
Can I somehow generate/download the settings.json file with full default settings?
There isn’t a direct way to do this. However, connected mode uses the same json file format for C and C++ rules, so if you e.g. bound a C++ project to a dummy project on SonarCloud, SonarLint would generate two rules json files, one for C and one C++.