'The terminal process "/usr/bin/zsh" terminated with exit code: 14

If you open it, it works ok for about 10 minutes, then it exits suddenly with status code 14.

enter image description here

What could be the issue?

I'm running vscode 1.65.2 on Ubuntu 20.04.4 LTS



Solution 1:[1]

In your settings.json:

Search for the line terminal.integrated.shell.linux, it says:

This is deprecated, the new recommended way to configure your default shell is by creating a terminal profile in #terminal.integrated.profiles.linux# and setting its profile name as the default in #terminal.integrated.defaultProfile.linux#. This will currently take priority over the new profiles settings but that will change in the future.(2)

In order to fix it you just need to follow these instructions.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Eleandro Duzentos