Visual Studio Codeの日本語サポートについて

Visual Studio Codeが出たので試していましたが、ShiftJISの既存コードを開くと文字化けするので設定できるか調べました。
結果まだUTF-8,UTF-16のみサポートのようです。

Q: What encodings are supported?

A: Visual Studio Code will read and write files using UTF-8 encoding. UTF-16 is supported if its byte order mark (BOM) is present (meaning the opening character sequence is 0xEF,0xFF for big-endian, or 0xFF,0xEF for little-endian). Any existing BOM is preserved but will not be added unless it was there already. Other than UTF-8 and UTF-16, no other encoding is currently supported.

https://code.visualstudio.com/Docs/FAQ#_languages

Issueが上がっていたので、以下URLからぜひ「me too」を!!
https://code.visualstudio.com/issues/Detail/16788

6/13 追記

Fixed in Visual Studio Code version 0.3.0download latest version

最新バージョンで対応されたようです!