VSCode 和 Windows 终端预览

VSCode and Windows Terminal Preview

我看到有人在 VSCode 中使用他们选择的 cmd,但我不确定它只是 VSCode 扩展还是本地应用程序的实现

有人可以解释一下吗?

一个例子

要自定义 Windows 终端和 VS Code 中的终端,使用 Powershell (7.x),例如,您可以使用 Oh my Posh.

在您的终端中,运行:

Install-Module posh-git -Scope CurrentUser
Install-Module oh-my-posh -Scope CurrentUser
Install-Module -Name Terminal-Icons -Repository PSGallery

然后,创建您的个人资料。ps1如果您还没有:

New-item –type file –force $profile

并添加到您的个人资料 (location):

Import-Module posh-git
Import-Module oh-my-posh
Import-Module -Name Terminal-Icons
Set-Theme Powerline  # Or any other theme

提示:在提示符处键入 'Get-PoshThemes' 以查看可用主题

然后,获取 Powerline Glyph 版本的字体,并在终端设置中将其设置为默认字体。如果您需要指导,请参阅该答案: