Vscode终端不显示文件夹和分支

时间:2018-09-05 16:43:53

标签: terminal visual-studio-code vscode-settings

以下是我对术语的看法:

enter image description here

由于某些原因,Vscode在默认情况下不显示文件夹名称和git分支。我在没有进行自定义设置的另一个系统上使用了vscode,它也会显示它们以及颜色。

vscode设置:

{
    "workbench.colorTheme": "Monokai Dimmed",
    "workbench.iconTheme": "material-icon-theme",
    "terminal.integrated.copyOnSelection": true,
    "terminal.integrated.cursorBlinking": true,
}

1 个答案:

答案 0 :(得分:1)

终端提示中的文件夹名称和分支来自外壳程序,而不是VS Code。

您的系统外壳中的一个可能设置了自定义提示,而另一个则没有。使用系统终端时,您也应该看到此信息。解决方案是将两个系统上的提示配置为相同

您也可以尝试configuring the shell that VS Code uses以确保VS Code的集成终端使用具有正确环境的正确外壳