vscode terminal does not come up

Asked 1 years ago, Updated 1 years ago, 65 views

The terminal in vscode does not appear as follows:

vscode screen

If you select bash in the "Select Default Shell" section of the red area, there will be no change, and the terminal will not be displayed with the "1:" display.

I reinstalled vscode, but the situation remained the same.

Please tell me how to display the terminal.

>cat/etc/lsb-release
DISTRIB_ID = Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.3 LTS"

Enter a description of the image here

ubuntu vscode

2022-09-30 21:45

1 Answers

Self-resolved.

Uninstall what was once installed by snap and
The terminal is now displayed when you install with apt from the official website deb package.

(Whether you put it in snap or apt, the vscode version was the same, so the root cause of the terminal not being displayed is unknown.)


2022-09-30 21:45

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.