no preview for csv file
See original GitHub issueSorry for the naive question, but I cannot preview a simple csv file:
Am I missing something ? here is the log
> window.WebComponentsReady
data viewer initialized!
> data size in bytes: 0
> document.readystatechange complete
data.view:complete!
> loadDataInfo()
data url: file://path/to/elliptic_cavity_2D_10_combined_dir_direct_eig.csv
data table:
> restoreConfig(
{})
> loadTableList(
tableNames = []
requestedDataTable = ''
)
> refresh(dataTable='')
loading data: elliptic_cavity_2D_10_combined_dir_direct_eig.csv ...
> getData()
loading file data: elliptic_cavity_2D_10_combined_dir_direct_eig.csv ...
> getData()
records count: 75
> refresh('')
updating view data: elliptic_cavity_2D_10_combined_dir_direct_eig.csv ...
>
Issue Analytics
- State:
- Created 3 years ago
- Reactions:8
- Comments:41 (18 by maintainers)
Top Results From Across the Web
Windows 11 file explorer does not preview .csv files
As mentioned above, I have opened the preview pane but for whatever reason it will not show a preview of .csv files, instead...
Read more >Preview csv file no avaiable - Windows 10 Forums
Open File Explorer. · Select View and click on preview panel. · Select the pdf file. · At the right corner you will...
Read more >Preview csv file in outlook - Super User
You need an Outlook preview handler for CSV files. Preview handlers are associated with file types, not the programs that open them. –...
Read more >Can't preview CSV files in macOS Sierra - Apple Community
Looks like no one's replied in a while. ... I used to be able to see a preview of a CSV file just...
Read more >Preview CSV file in Salesforce - Trailhead
Hello Community! I'm trying to find a way to Preview unsuported attached files in the standard's Salesforce preview for files (ex: CSV or ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
so, after updating to vscode v1.53.2 I can finally reproduce this for a dark data preview theme. I was not able to do it with the initial v1.53 release. Also, interestingly enough an older data preview I had open for zipcodes while testing with earlier version of that vscode release worked, while creating new data preview after vscode update to latest did not.
Oddly enough, changing data preview to
light
theme works.If you want to try it, just change data preview theme setting in Preferences -> Settings -> Extensions -> Data Preview -> Theme
or set it in
.vscode/settings.json
for your project similar to: https://github.com/RandomFractals/vscode-data-preview/blob/master/.vscode/settings.jsonI’ll see if I can debug and patch this soon. It’s a bit tricky and I suspect there is more to it than that error we get. Thanks for your patience.
Let me know if you need something else. Your plugin, after Jupyter Notebooks, is the key reason to recommend VSCode… Coffee inbound.