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
(cmd.exe)を選択しますCtrl
+ `
(またはメニューの[表示]> [ターミナル])を押して、新しいターミナルペインを開きます。このユーザー設定をファイルに追加-環境設定-ユーザー設定
// Place your settings in this file to overwrite the default settings
{
"terminal.integrated.Shell.windows": "C:\\Windows\\System32\\cmd.exe",
}
また、端末をクリックしたときにこの問題に直面しました。コマンドプロンプトではなくPowershellが表示されていたため、Visual Studioでコマンドプロンプトを取得するために次の手順を実行しました。
cmd.exe
として記述し、実行します設定を開く(ctrl + comma)
find terminal.integrated.Shell.windows
値をC:\\Windows\\System32\\cmd.exe
に置き換えます