Quantcast
Channel: かずきのBlog@hatena
Viewing all articles
Browse latest Browse all 1387

Visual Studio Codeを英語化する

$
0
0

日本語でもいいんですけどね。なんとなく気分転換に英語にしたかったのです。

Ctrl + Shift + Pでコマンドパレットを出してlanguageと打ち込むとConfigure Languageというのが出てきます。 これを選択するとlocale.jsonが生成されます。

{// VSCode の表示言語を定義します。// サポートされている言語の一覧については、https://go.microsoft.com/fwlink/?LinkId=761051 をご覧ください。// VSCode の再起動に必要な値を変更します。"locale":"ja"
}

ここのjaとなっているところをen-USにして再起動すると無事英語になります。

{// VSCode の表示言語を定義します。// サポートされている言語の一覧については、https://go.microsoft.com/fwlink/?LinkId=761051 をご覧ください。// VSCode の再起動に必要な値を変更します。"locale":"en-US"
}

めでたしめでたし。


Viewing all articles
Browse latest Browse all 1387

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>