How can I start Powershell script as noprofile in Visual Studio Code

后端 未结 2 1422
情话喂你
情话喂你 2020-12-20 01:58

How can I start Powershell script as noprofile in Visual Studio Code, I can run the Powershell Ise with noprofile with command PowerShell_Ise -NoProfile . B

2条回答
  •  感情败类
    2020-12-20 02:29

    You can go in powershell extension settings and remove check box at "PowerShell: Enable Profile Loading", i think it help. Also check task for runs powershell scripts with some parameters discussion about task

提交回复
热议问题