Igal Tabachnik

Results 118 issues of Igal Tabachnik

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

refactored version

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.

enhancement

See https://github.com/fsprojects/Paket/issues/417