editorconfig / editorconfig-visualstudio

EditorConfig Visual Studio Addin
http://editorconfig.org
Other
355 stars 75 forks source link

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

Open hmemcpy opened 8 years ago

hmemcpy commented 8 years ago

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

tscbp commented 7 years ago

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