英文:
WSL2 in vscode does not show the distro name on the left-bottom of the status bar
问题
我的VSCode不显示发行版名称,即使安装了所有必要的插件,而另一台电脑上却可以。我的操作系统是Windows 11。我尝试过以下方法:
- 重新安装VSCode;
- 删除$USER中的所有扩展并重新安装;
但都没有生效。
如何让VSCode在状态栏中显示发行版名称?
英文:
as the title says, my vscode does not show the distro name, even with all necessary plugins installed, while on the other computer, it is fine. (My OS is win11), the methods i have tried:
- reinstall vscode;
- delete all extension in $USER and reinstall;
all of them do not work.
How to let vscode show the distro name on the vscode's status bar
答案1
得分: 0
这是VS Code中的一个回归问题。它由 vscode-remote-release/issues/8770 跟踪,并已修复。
英文:
This was a regression in VS Code. It was track by vscode-remote-release/issues/8770 and was fixed.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论