"My Queries" directory default to where the .linq file was launched from
For people with multiple projects with multiple folders of linq queries, you would have to use the "Set Folder" feature to change directories. One way to solve this problem is to default to the directory that you clicked on a .linq file. Another idea would be to keep a history of the project roots (folders) like Visual Studio.
2
votes
Howard
shared this idea
I’ve changed the custom query location TextBox into a ComboBox with a MRU for the next build.
-
Howard commented
Nice!