I noticed that if I open 2 VS instances in parallel, each loading a project with different .editorconfig settings, the last VS instance to open "wins", by overriding the global settings.
Now, I suppose VS settings are global, which is why this is happening. Perhaps it's worth spiking a workaround for this (by cloning the settings at runtime, or something similar...)
I noticed that if I open 2 VS instances in parallel, each loading a project with different
.editorconfig
settings, the last VS instance to open "wins", by overriding the global settings.Now, I suppose VS settings are global, which is why this is happening. Perhaps it's worth spiking a workaround for this (by cloning the settings at runtime, or something similar...)