Search code examples
visual-studiovisual-studio-2022

Visual Studio 2022: How to access the built in "Developer PowerShell" instead of the Windows PowerShell?


In Visual Studio 2022, you can open the Developer PowerShell from Tools>Command Line>Developer PowerShell

In the previous versions of Visual Studio, it used to open the built in PowerShell window:

enter image description here

I can still access this if I use my old window layouts. So it still exists.

However, In VS 2022, if I try to open it from Tools>Command Line>Developer PowerShell, it just opens up a separate window:

enter image description here

Is there any way to open the built-in Developer PowerShell in VS 2022 without using old window layouts?


Solution

  • Visual Studio 2022 Comm. Right click project in Solution Explorer to open context menu, there you will find "Open in Terminal" command.