codingadventures / LINQBridgeVs

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

Move LINQPadInstallationPath and LINQPadVersion to specific visual studio version subkey #35

Closed codingadventures closed 6 years ago

codingadventures commented 6 years ago

LINQPadInstallationPath and LINQPadVersion are two registry values that store the installation information of linqpad.

Currently they represent global settings for the extensions which means having the extension installed on multiple visual studio versions on the same machine will share the same setting.

It would be better to move those two values from HKEY_CURRENT_USER\Software\LINQBridgeVs to HKEY_CURRENT_USER\Software\LINQBridgeVs{VsVersion} in order to make the linqpad installation configuration local to the visual studio version

vsregistryopt

codingadventures commented 6 years ago

available in the upcoming release