1. 程式人生 > >VsCode語言設定為中文

VsCode語言設定為中文

一、安裝外掛

 

二、Ctrl+shift+p 搜尋Configure Display Language

 

三、修改locale.json

{
    // Defines VS Code's display language.
    // See https://go.microsoft.com/fwlink/?LinkId=761051 for a list of supported languages.

    "locale":"zh-CN" // Changes will not take effect until VS Code has been restarted.
}

 

四、重啟VsCode,你就會發現英文變成中文(當然了,個人建議在英文環境下,這樣有助於單詞的積累,當然了,也可以選擇中文,這樣有的時候找某個東西時比較方便)