LoginSignup
1
2

More than 5 years have passed since last update.

VSCode で 言語ごとに文字コードを指定する

Last updated at Posted at 2018-08-06

ぼく)はー Powershell のスクリプト作るとき、つい UTF8 で作って文字化けするんじゃー

言語ごとに文字コードとか設定できたらいいのになあ…。

settings.json
{
    "[powershell]":{
        "files.encoding": "utf8bom"
    }
}

ドコドコ┗(^o^)┛ドコドコ┏(^o^)┓ドコドコ┗(^o^)┛ドコドコ┏(^o^)┓ドコドコ┗(^o^)┛ドコドコ┏(^o^)┓

参考: https://github.com/Microsoft/vscode/issues/4891

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2