luusluus / vscode-parquet-visualizer

vscode extension for SQL querying and visualizing parquet files
https://marketplace.visualstudio.com/items?itemName=lucien-martijn.parquet-visualizer
MIT License
6 stars 0 forks source link

Feature: Recall last Export folder #112

Open darrylthom opened 10 hours ago

darrylthom commented 10 hours ago

When exporting a file to a location, have it capture the folder and file name last used.

Next time, rather than defaulting to the folder the file is located in, default it to the last folder and file name you used. If the folder no longer exists, default to the original file location folder.

This is handy since I tend to be exporting multiple results and it is painful to have to navigate back to the intended output folder each time.

luusluus commented 8 hours ago

I have looked at this, but I don't think the vscode api supports this, but I'll investigate more. I could maybe make the default location configurable

luusluus commented 3 hours ago

I can save the last export folder within one "session". A session means the duration of an opened editor. When we close the editor, we'll lose that information.

darrylthom commented 2 hours ago

One session would still be a big upgrade