Closed tscottjendev closed 8 months ago
What I see in the terminal
The extension only asks for a terminal to be opened, VS Code settings handle which terminal it is and how it runs. See here: https://code.visualstudio.com/docs/terminal/profiles
The default terminal needs to be PowerShell (or Pwsh - for PowerShell 7).
PowerShell is set as the default
I had to kill the terminal session then it finally started without bash running.
I have to be missing something obvious but when I run at test (from CodeLens option or anywhere), the terminal that opens is running bash. What am I doing wrong? Shouldn't it be running in a straight PS terminal?