Type \ Exit PowerShell Mode in the Package Manager Console Window

I think I accidentally got into PowerShell mode, so currently my console says: PS> c: \ dev \

I wonder how you exit PS> mode to return to PM mode? I want the console window to display PM> so that I can install packages

+6
source share
1 answer

The same thing happened to me. I tried restarting VS without any consequences, the "Package Manager Console" was launched again in PowerShell.

But it worked:

  • close the "Package Manager Console"
  • restart VS
  • open package manager console
+12
source

Source: https://habr.com/ru/post/902803/


All Articles