Thank you very much for the quick and comprehensive reply.
I was able to move VisualGDBCache and sdkconfig out of the way. Instead of VisualGDBSettings2 you probably meant to write VisualGDBProjectSettings2, at least that’s what worked for me.
However, for the CodeDB folder there seems to be no straightforward solution. It can be changed in VisualGDB settings:
Tools->Options->Text Editor->C/C++(VisualGDB)->Indexing->Other Settings->Code Database folder name
Unfortunately that doesn’t help because it is not part of the project settings. I will have to use .gitignore and otherwise live with it 😉
By the way, stock Visual Studio solves that problem by keeping anything that is not source or configuration in the $(OutDir), $(IntDir) and .vs folders.
-
This reply was modified 4 years, 8 months ago by Manuel.
-
This reply was modified 4 years, 8 months ago by Manuel.