SLaks
SLaks
Those are the normal values, so the problem isn't that Resharper is replacing the settings & returning invalid values when I try to read them.
BTW, to suppress these errors, you can simply remove the errant `` elements from that settings file. Rebracer will only read & update subcategories that are already in the file....
Yes; the problem is that such tests aren't so simple to write, and I don't have time to write them. If you want to write them yourself, I'd welcome that....
This is a bug in Safari; it works fine in Chrome. I reported it as problem #21017565 at bugreport.apple.com (which does not support deep linking :frowning:) Thanks!
That's a good question! I've never worked with Isolated Shell, so I don't know for certain. My path discovery logic ([source](https://github.com/SLaks/VSEmbed/blob/master/VSEmbed/VsLoader.cs#L28-L60)) probably won't discover Isolated Shell installations. However, I could...
It looks like the license does not allow independent redist: > You may not > - publish the software for others to copy;
Reading further, it looks like you can redistribute the Isolated Shell installer itself, which should be enough for this to work. http://msdn.microsoft.com/en-us/library/bb685514.aspx I'll experiment with this later.
As I mentioned earlier, Roslyn will not work without a Roslyn-enabled VS installed, even if you get Roslyn from NuGet, because I use a bunch of closed-source, VS-only assemblies to...
Note that the basic (non-language-specific) editor will still work fine.
Looking further, it looks like NuGet might have enough packages to allow Roslyn with a pure Dev14 installation. https://www.nuget.org/packages/Microsoft.CodeAnalysis.Features/ https://www.nuget.org/packages/Microsoft.VisualStudio.LanguageServices/ Note that Roslyn will not (easily) work on pre-Dev14; it...