VS Code 1.78's Source Control Repositories context menu item "Open In Terminal" is not working. Why?

huangapple go评论54阅读模式
英文:

VS Code 1.78's Source Control Repositories context menu item "Open In Terminal" is not working. Why?

问题

在Ubuntu上使用VS Code时,当我在“源代码控制存储库”中右键单击Git存储库并选择“在终端中打开”时,它不会打开终端。这是最近的更改,因为几天前它还正常工作。

Ctrl-Shift-P命令“终端:创建新终端”正常工作,菜单“查看->终端”也正常工作,尽管“打开新外部终端”也不一致工作。

我假设有某个秘密的日志文件包含了错误消息,但我找不到它。我查看了“查看->输出”下的每个控制台,并查找了~/.vscode下的.log文件。有人知道关于启动新终端错误的信息在哪里吗?

英文:

I'm using VS Code on Ubuntu. When I right click on a git repo in the "Source Control Repositories" and select "Open In Terminal" it doesn't open a terminal. This is a recent change, as it was working just a few days ago.

The Ctrl-Shift-P commands "Terminal: Create New Terminal" works fine, as does the menu "View -> Terminal", although "Open New External Terminal" is not working consistently either.

I assume there is some secret log file that has the error message in it, but I can't find it. I've looked at every console in "View->Output" and looked for .log files under ~/.vscode. Anyone know where errors about starting new terminals is hidden?

答案1

得分: 1

以下是已翻译的内容:

这是在以下问题票中跟踪的错误:

<!-- 为了支持这些问题得到修复,请为问题票投上赞,订阅它们以获取关于讨论和进展的通知。查看评论中其他人提供的安装信息,如果您的安装信息尚未列出,请创建一个带有您的评论(复制并粘贴Help: About command的输出(在VS Code命令面板中运行该命令)),这可能有助于诊断问题。-->

供您参考/学习,这些问题票是通过搜索“github vscode issues 1.78 repo &quot;open in terminal&quot;”找到的。

英文:

This is a bug tracked in the following issue tickets:

<!--Give the issue tickets a thumbs up to show support for them getting fixed, and subscribe to them to get notified about discussion and progress. Take a look at the installation info people have provided in the comments there, and if your installation info is not listed already, create a comment with yours (copy and paste the output of the Help: About command (run that command in the VS Code command palette)), which may help with diagnosing the issue.-->

For your reference / learning purposes, those issue tickets were found by googling "github vscode issues 1.78 repo &quot;open in terminal&quot;".

huangapple
  • 本文由 发表于 2023年5月25日 00:05:35
  • 转载请务必保留本文链接:https://go.coder-hub.com/76325474.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定