Search code examples
bashmacosvisual-studio-codejob-control

VSCode integrated terminal will not allow job control for some reason


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.


Solution

  • I had to roll back my VS Code version to 1.77.3 to get it to work.