Search code examples
c#visual-studio-code

Integrated Terminal is missing in VS Code?


I just started coding with Visual Studio Code based on https://learn.microsoft.com/en-us/dotnet/core/tutorials/with-visual-studio-code

But I cant find "View > Integrated Terminal"

instructions :

Open the Integrated Terminal from Visual Studio Code by selecting "View > Integrated Terminal" from the main menu.

check this

I need it to complete my code how to solve it? where can i find it ?


Solution

  • The terminology has changed slightly, the menu item is no longer called Integrated Terminal, it is simply Terminal - as per these docs.

    So View > Terminal should get you where you want to be.