汉化

1、ctrl+shift+P 组合键 启动命令模式

2、搜索

Configure display language

3、install add language packs

4、选择中文语言包安装,右下角提示用户更新语言,选择确定重启vscode

报错处理

Unable to install extension 'ms-ceintl.vscode-language-pack-zh-hans' as it is not compatible with VS Code '1.37.1'.

更换语言包版本版本就好了

Unable to install extension 'ms-ceintl.vscode-language-pack-zh-hans' as it is not compatible with VS Code '1.37.1'.

该情况是extension没有权限,更改目录权限就好 原博主链接

sudo chown -R 你的用户名 ~/.vscode/extensions

相关文章:

  • 2021-04-10
  • 2021-05-26
  • 2021-12-09
  • 2021-11-05
  • 2021-08-01
  • 2021-10-26
  • 2021-08-07
  • 2021-09-09
猜你喜欢
  • 2021-12-16
  • 2021-07-09
  • 2021-04-13
  • 2021-05-28
  • 2022-12-23
  • 2021-12-18
  • 2022-01-14
相关资源
相似解决方案