How to copy LINQPad configuration from machine to machine
I'm working from home on a new laptop that until yesterday didn't have a copy of LINQPad installed. I downloaded, installed and activated a new copy of V6 to the laptop, and almost everything is working. On my main dev machine, I have a number of database connections to Oracle & MariaDB configured, as well as a bunch of properties set as a default configuration when I open a new Query.
I've tried searching the forum for how to copy a configuration or clone a configuration from one machine to another, but don't seem to be using the right search terms either on here or StackOverflow.
How can I copy an existing LINQPad configuration with all its customization from one machine to another?
Comments
Hi there
Connection details are stored in %appdata%\linqpad\ConnectionsV2.xml
If you copy over this file, your connections will be copied over.
You can also copy this file to the LINQPad folder for a portable installation:
https://www.linqpad.net/PortableDeployment.aspx
Thanks! That did the trick. Now I just need to remember what all the passwords are...