Open External Terminal keybinding not working

Viewed 115

I can't open a new external terminal with CTRL + SHIFT+C. Did a new update remove this function? I was able to use this shortcut before, but now I cannot.

2 Answers

This appears to be a bug with the current version of Visual Studio Code, as multiple users are reporting it isn't working across different operating systems:

I updated to 1.57 the other day, and it is not working for me now either. Previously it was on a slightly older version that I updated from.

Update:

The latest Visual Studio Code Insiders release (1.58) has addressed this as noted in this GitHub issue. If you really want this functionality back, you can download the Insiders edition, otherwise you'll need to wait until the next update for the main application.

Final Update:

The May Recovery update resolved this issue. Download the update, and you should be able to once again open external terminals through the command.

It was the issue vscode 1.57 which lasted for about an week.

If you upgrade to the latest version of vscode, it will work now.

Good Job VSCODE !

Related