microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.99k stars 29.19k forks source link

Preview does not recognise .csv anymore #52197

Closed gennaro-tedesco closed 6 years ago

gennaro-tedesco commented 6 years ago

As per title, all of a sudden the preview does not recognise .csv file as such, generating the exception Active editor doesn't show a CSV or plain text document. It does still work for plain text extentions.

Steps to Reproduce:

  1. open any .csv file
  2. try to preview it

Does this issue occur when all extensions are disabled?: Yes

chrmarti commented 6 years ago

I'm not aware of a built-in CSV previewer. Were you using an extension, like: https://marketplace.visualstudio.com/items?itemName=GrapeCity.gc-excelviewer

gennaro-tedesco commented 6 years ago

Sorry, I apologise, I forgot to include it. Yes, I am using the above mentioned extension: is the issue from their end, then?

chrmarti commented 6 years ago

Yes, looks like https://github.com/jjuback/gc-excelviewer/issues/68. Thanks.

gennaro-tedesco commented 6 years ago

Thank you for looking into it, cheers.