Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hmemcpy opened this issue Feb 27, 2016 · 1 comment

Comments

@hmemcpy
Copy link
Contributor

hmemcpy commented Feb 27, 2016

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
Copy link

tscbp commented Jul 13, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants