Igal Tabachnik
Igal Tabachnik
Settings are overridden when 2 Visual Studio instances are open with different editorconfig settings
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...
I did some digging, it seems that the new refactored version and Paul Betts' extension [SaveAllTheTime](https://github.com/paulcbetts/SaveAllTheTime) are conflicting. SaveAllTheTime calls Save periodically / after certain changes. This causes the new...
Fix this as a general overhaul of graph node provider: respond to changes (update/remove package), fix ordering (issue #1) and more.
Possibly using [`IVsFileChangeEx`](http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.shell.interop.ivsfilechangeex.aspx) / [`QueryEditFiles`](https://msdn.microsoft.com/en-us/library/microsoft.visualstudio.shell.interop.ivsqueryeditquerysave2.queryeditfiles.aspx), need to investigate.
Also, icon.
See https://github.com/fsprojects/Paket/issues/417