Run VS Code directly in the terminal using cmd?

I have to execute quite a few commands in VS Code via the terminal, command prompt. Is there a way to open it more quickly?

I press Ctrl + ö, then I go to the arrow next to Powershell and select Command Prompt.

=> Can this be done more quickly or more quickly?

1 vote, average: 1.00 out of 1 (1 rating, 1 votes, rated)
You need to be a registered member to rate this.
Loading...
Subscribe
Notify of
6 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
GamersGame
1 year ago

You can select Command Prompt as a standard (but you need to see how).

With Ctrl + J you can open the console directly

Sören Stabenow
1 year ago

CTRL + Shift + Ö directly opens a command line.

Sören Stabenow
1 year ago
Reply to  RedDevil1982

Powershell is better anyway, otherwise you need to change your default terminal. On the arrow next to the Plus and then select Default Profile.

BeamerBen
1 year ago

If it's always the same commands you can create in VS code tasks that you can do without tapping a command yourself.

https://code.visualstudio.com/Docs/editor/tasks

That would be the fastest option by far.