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?
You can select Command Prompt as a standard (but you need to see how).
With Ctrl + J you can open the console directly
CTRL + Shift + Ö directly opens a command line.
Thanks, but then I end up at powershell, I want to land directly in command promt or cmd
Powershell is better anyway, otherwise you need to change your default terminal. On the arrow next to the Plus and then select Default Profile.
Great, thank you. Learned again!
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.