RandomFractals / vscode-data-preview

Data Preview 🈸 extension for importing 📤 viewing 🔎 slicing 🔪 dicing 🎲 charting 📊 & exporting 📥 large JSON array/config, YAML, Apache Arrow, Avro, Parquet & Excel data files
https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview
Apache License 2.0
550 stars 59 forks source link

Automatically reload files when changed #241

Closed jtrakk closed 3 years ago

jtrakk commented 3 years ago

It would be nice to automatically reload changed files, without needing to press the button manually. Is it possible to enable that?

RandomFractals commented 3 years ago

currently this works for open text data documents per changes in #172

Adding data preview reload for other file changes can be done with file watchers, but I don't plan to implement that feature at the moment.

Please use Refresh button in data preview view for binary data files reload.

RandomFractals commented 3 years ago

related: #278