#author("2021-03-23T01:12:04+09:00","default:ryuichi","ryuichi")
* PowerShellの起動オプションを指定する [#gff35d88]

*** settings.json [#p321fe06]

 {
  "terminal.integrated.shell.windows": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
  "terminal.integrated.shellArgs.windows": ["-NoLogo"],
 }

- オプションは配列で指定する
- ちなみに-NoLogoでPowerShell起動時のバナーが表示されなくなる

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS