1

When i press ctrl + ~ it opens cmd by default but i want integrated terminal window which now is not at all showing on my windows 10 machine . It only shows terminal option on view and no integrated terminal is shown at all..

here is the image: https://filebin.net/iz1n9l30olw54aib/vs_code.PNG?t=f07bw7ub

TheSacredKiller
  • 121
  • 3
  • 8

1 Answers1

1

press CTRL+SHIFT+P to invoke the command dropdown. type in

Terminal: Create New Integrated Terminal

the default hotkey for this on windows should be displayed next to the entry and might vary with your locale (CTRL+SHIFT+~ on en layouts)


As mentioned in the comments by the OP:

apparently this is a known bug

see How do I get around the verified bug in Windows 1903 and launch the VSCode integrated terminal?

user1859022
  • 2,585
  • 1
  • 21
  • 33