英文:
VSCode integrated terminal will not allow job control for some reason
问题
我的终端出现问题,每次我启动一个新实例时都会显示以下内容。
bash: 无法设置终端进程组 (1502): 不合适的 ioctl 设备
bash: 此 shell 中没有作业控制
终端运行正常,但VScode集成的终端不允许处理作业控制。
这都是在最新版本的VScode上,我正在运行带有bash的MacOSX。
有人知道是什么原因吗?在最近两次更新之前从未发生过这种情况。
英文:
I have a problem with my terminal where it shows the following whenever I start a new instance.
bash: cannot set terminal process group (1502): Inappropriate ioctl for device
bash: no job control in this shell
The terminal runs fine but the integrated one in vscode is not allowed to handle job control at all.
This is all on the latest VScode version & I am running MacOSX with bash.
Does anyone have any idea what could be causing this? It never happened before the last 2 updates.
答案1
得分: 1
我不需要翻译的内容是:"I had to roll back my VS Code version to 1.77.3 to get it to work."
英文:
I had to roll back my VS Code version to 1.77.3 to get it to work.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论