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

[Possible bug] Data Preview does not load anything until I change the view perspective and reload the content #268

Closed pavel-kalmykov closed 3 years ago

pavel-kalmykov commented 3 years ago

Whenever I open any kind of file using this extension, the displayed dataTable seems empty (although in the logs I can see it detected records). Once I change the view perspective and reload the content, I can see the file's content displayed. Here you can see the behavior: ezgif com-gif-maker

Why is this happening? Is there something wrong with my environment?

Thanks in advance.

RandomFractals commented 3 years ago

not just your environment. I had multiple reports of similar issue. Try changing data preview to light UI theme and see #250

pavel-kalmykov commented 3 years ago

You are right; I will close the issue and follow it there. Thanks for your response.