I checkout the same git repository multiple times on my machine, and open them on several VSCode instances. I do this because I work on different features/bugs simultaneously on the same repository.
This gets soon confusing which folder I have open, so I want to set a different color theme depending on each folder I open. I can usually do this via settings.json, but since I'm working on the same git repository on all folders, it'll conflict the settings. There's user's settings.json, but this only works globally as far as I know. Is there a solution to this?