|Extension|Author|Version|
|---|---|---|
|php-intellisense|felixfbecker|1.3.0|
|crane|HvyIndustries|0.3.6|
|phpcomments|Yurun|0.0.1|;

可能是这次更新的问题,我找到解决方法了
https://code.visualstudio.com/docs/getstarted/locales
更新后我也有这种问题 也是这种办法解决了
But it should be in Chinese automatically.
@popcorner
+1

@popcorner
+1
@popcorner +10086
@Yurunsoft @bestvow @chenyeah 请问你们之前是否有修改过 locale.json?另外你们的系统语言是中文吗?更新之前 VS Code 显示为中文,但是更新之后就变成英文了?
@rebornix 没修改过,系统语言是中文
以前安装好之后就直接是中文了,所以没动过locale.json,但是这次更新之后就直接变英文了
Summary of this issue:
locale.json, then they don't run into this issue.I tested electron.app.getLocale() on my Windows and it return an empty string, our locale detection fails. cc @bpasero @dbaeumer
I would be surprised if this was an Electron issue simply because we did not update Electron during this milestone.
@rebornix Does it make a difference to start from Dock vs Terminal?
@bpasero whether launching from dock or terminal, it displays English always.
@bpasero I did some further testing and electron.app.getLocale() returns an empty string even when running under an English locale. So something did change in Electron. I will check if this happened in 1.12 already.
This was caused by us not wating for app ready anymore when loading the loader. The call app.getLocale() only returns a valid result after the app is ready.
To workaround this problem for now do the following:
F1 > Configure Locale command.Pushed a revert commit https://github.com/Microsoft/vscode/commit/5194bbbe8e1793fdd407c8d7da93d6d6cda88f19 to make us wait again for the appReady-event and only then ask for the locale
Will/How much this affect(s) the startup performance?
Verified on source that we know get the right app locale again.
me too!
System.Console.WriteLine("me too!");
Adding verified-label based on the last three comments
上次更新后已经习惯英文界面了,突然换回来还有点不适应……捂脸
中国人自带简繁转换,程序猿工具自带中英转换
Most helpful comment
可能是这次更新的问题,我找到解决方法了
https://code.visualstudio.com/docs/getstarted/locales