editorconfig-visualstudio icon indicating copy to clipboard operation
editorconfig-visualstudio copied to clipboard

Settings are overridden when 2 Visual Studio instances are open with different editorconfig settings

Open hmemcpy opened this issue 8 years ago • 1 comments

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...)

hmemcpy avatar Feb 27 '16 10:02 hmemcpy

Still an issue. Completely separate solutions open, the .editorconfig indent_size value is leaking from one to the other.

tscbp avatar Jul 13 '17 14:07 tscbp