Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Code terminal isn't working

Tags:

terminal

Enter image description here

I have installed Visual Studio Code, but I can’t type anything in terminal. How can I correct this issue?

like image 982
ruwanmadhusanka Avatar asked Mar 04 '18 13:03

ruwanmadhusanka


2 Answers

Well, I had the same issue and I reset all the changed settings:

  1. Click on the engine

  2. Settings

  3. Click on the right three-dot menu

  4. Click on show modified settings

  5. Then a list of setting will appear put the mouse in the left side of the setting name

  6. A little engine shows up. Press Reset setting

  7. Close and open the Visual Studio Code software

After this the terminal worked again.

like image 53
Oscar N Avatar answered Jan 04 '23 00:01

Oscar N


How I resolved the issue:

  1. Open Settings

    Enter image description here

  2. Click on this icon in the top left of your window [to open the JSON version of settings]

    Enter image description here

  3. Remove everything (or find the suspicious setting and delete that line alone!)

    Enter image description here

like image 28
codingbruh Avatar answered Jan 04 '23 01:01

codingbruh