codingadventures / LINQBridgeVs

Dumps the content of variables during debugging in Visual Studio to LINQPad
MIT License
127 stars 21 forks source link

Can't find LINQPad #19

Closed frankvandenbergh closed 6 years ago

frankvandenbergh commented 9 years ago

If you install LINQPad on another path that the default one, LINQBridgeVs cannot find it.

JeremyThomas commented 9 years ago

Yeah, it would be handy to have the opportunity to tell LINQBridgeVs where to find LINQPad and/or have it find it from the .linq file extension association.

Great work BTW.

codingadventures commented 9 years ago

Thanks, I will include it in the next release.

@JeremyThomas you mean to find linqpad from the .linq file extension association in the windows registry?

JeremyThomas commented 9 years ago

Yeah, maybe from HKEY_CLASSES_ROOT\LINQPad\shell\open\command

codingadventures commented 9 years ago

Sounds like a good idea, at least the registry could be read to suggest the initial location.

Pavel-Malezhyk commented 6 years ago

I have linqpad5 installed into C:\Program Files (x86)\LINQPad5 but there is the same issue when i start VS2012 with LINQBridge installed. Does LINQBridge support linqpad5 and what is default path?

codingadventures commented 6 years ago

LINQPad 5 is now support on the latest release