为什么 vscode 中的 powershell 终端显示路径
why powershell terminal in vscode show path
我在 vscode 中使用终端时遇到问题。实际上我已经使用终端机 1 年了,今天当我想使用终端机时,它显示了这些:
PowerShell 7.1.3 版权所有 (c) Microsoft Corporation。
https://aka.ms/powershell
输入 'help' 以获得帮助。
PS C:\Programming\python\IT_python\python_senior_review_1>PS C:\Programming\python\IT_python\python_senior_review_1> cd c:/Programming/python/IT_python/python_senior_reviewPS C:\Programming\python\IT_python\python_senior_review_1> cd c:/Programming/python/IT_python/python_senior_review_1/listsPS C:\Programming\python\IT_python\python_senior_review_1\列表>
而且我必须调整终端的大小 window 以便每次都显示我的代码。
任何人都知道如何删除这些?
(我也导入了终端图像。)
enter image description here
enter image description here
如果您还没有尝试更新 VSCode 和 Powershell,那将是一个很好的起点。
您也可以尝试设置您的 VSCode Powershell 配置文件,这可能会强制它解决线宽问题:https://superuser.com/questions/446827/configure-windows-powershell-to-display-only-the-current-folder-name-in-the-shel
您也可以尝试更改屏幕分辨率设置,看看是否会影响它。
希望至少其中一项对您有所帮助。我也无法从谷歌搜索中找到很多东西。
编辑:显然这是 VSCode (https://github.com/microsoft/vscode/issues/128342)
当前版本的问题
实际上这个问题是针对 vscode(1.58) 的新版本。我卸载了 1.58,然后安装了 1.57 版本,这个问题就解决了。
我在 vscode 中使用终端时遇到问题。实际上我已经使用终端机 1 年了,今天当我想使用终端机时,它显示了这些:
PowerShell 7.1.3 版权所有 (c) Microsoft Corporation。 https://aka.ms/powershell 输入 'help' 以获得帮助。 PS C:\Programming\python\IT_python\python_senior_review_1>PS C:\Programming\python\IT_python\python_senior_review_1> cd c:/Programming/python/IT_python/python_senior_reviewPS C:\Programming\python\IT_python\python_senior_review_1> cd c:/Programming/python/IT_python/python_senior_review_1/listsPS C:\Programming\python\IT_python\python_senior_review_1\列表>
而且我必须调整终端的大小 window 以便每次都显示我的代码。 任何人都知道如何删除这些? (我也导入了终端图像。)
enter image description here
enter image description here
如果您还没有尝试更新 VSCode 和 Powershell,那将是一个很好的起点。
您也可以尝试设置您的 VSCode Powershell 配置文件,这可能会强制它解决线宽问题:https://superuser.com/questions/446827/configure-windows-powershell-to-display-only-the-current-folder-name-in-the-shel
您也可以尝试更改屏幕分辨率设置,看看是否会影响它。
希望至少其中一项对您有所帮助。我也无法从谷歌搜索中找到很多东西。
编辑:显然这是 VSCode (https://github.com/microsoft/vscode/issues/128342)
当前版本的问题实际上这个问题是针对 vscode(1.58) 的新版本。我卸载了 1.58,然后安装了 1.57 版本,这个问题就解决了。