Vscode端末起動ガイドを閉じる


Vscode端末起動ガイドを閉じる

1.CTRL+を押して設定に入り、右上のボタンを押して設定します。jsonを開きます。



2. settings.jsonに次の内容を追加します。

"terminal.integrated.profiles.windows": {
        "PowerShell": {
            "source": "PowerShell",
            "icon": "terminal-powershell",
            "args": [
                "-NoLogo"
            ]
        }
    }

結果