File types VSCode could display

0

What are the file types that VSCode could display?

I know it can display on the editor pane all kinds text files, and all programming codes. And that rich text files aren't (Word, Excel, etc.). I just discovered that it could display picture files (*.png, *.jpg).

I just want to know what are the complete list of files that VSCode can display, or is there a list I can search on the internet pertaining to that?

Thanks, Faye

Faye

Posted 2017-11-30T12:25:42.440

Reputation: 81

Question was closed 2017-12-13T21:12:54.207

It can handle any language provided due to the fact VSCode can be extended to support practically any programming language. The list you want us to provide to you doesn’t exist. – Ramhound – 2017-11-30T12:35:19.313

Answers

1

I do not know this for certain, however this is probably a good guess.

VS Code is written in .NET, which has native support for:

  • Monochrome Bitmap (*.bmp, *.dib)
  • 16 color bitmap (*.bmp, *.dib)
  • 256 color bitmap (*.bmp, *.dib)
  • 24-bit color bitmap(*.bmp, *.dib)
  • JPEG (*.jpg, *.jpeg, *.jpe, *.jfif)
  • GIF (*.gif)
  • TIFF (*.tif, *.tiff)
  • PNG (*.png)

Keltari

Posted 2017-11-30T12:25:42.440

Reputation: 57 019

Hi Keltari. Aside from the file listed about (pics, photos, etc.), what are other file types that VS Code can view/display on the editor pane? Thanks. – Faye – 2017-12-01T11:23:51.180