I would like to switch from powershell.exe to cmd.exe in the terminal, but I'm not sure how to do this. A screenshot is provided for clarification.
Ctrl
Shift
P
shell
Terminal: Select Default Shell
Select your preferred terminal shell, you can change this later in your settings or follow the same process as we do now
Command Prompt
'
Add these user preferences to your file - Prefernces - User Preferences
// Place your settings in this file to overwrite the default settings { "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe", }
open settings (ctrl + comma)
find terminal.integrated.shell.windows
replace its value with C:\\Windows\\System32\\cmd.exe
C:\\Windows\\System32\\cmd.exe
I also ran into this problem when I clicked on the terminal. It showed Powershell, but not the command line, so I took the following steps to get the command line in Visual Studio:
cmd.exe
Source: https://habr.com/ru/post/1265319/More articles:Angular CLI, add visualization Universal / server-side - angularA modern or not obsolete way to detect a flash player using js / jquery? - javascriptIs it possible to determine if a plugin is activated or not via JavaScript? - javascriptYouTube API "User Not Enabled for Live Streaming" while User - youtubeMicrosoft Commands: REST API - restplatform method missing warning when creating HTTP request in Google AppEngine JAVA SDK1.9.50 - javaWhy doesn't my (mobx) extendObservable call start re-rendering? - javascriptspark - How to reduce shuffle size JavaPairRDD ? - javaletencrypt failed with ImportError: no interface with module name - pythonForwarding a message using the TLSharp library (C #) - c #All Articles