Khang Le
Khang Le
Nothing was originally in the PS profile. I updated the profile with those found in the link provided above `if ($env:TERM_PROGRAM -eq "vscode") { . "$(code --locate-shell-integration-path pwsh)" }`, but...
The path for my PowerShell executable is correct. This is what I have right now:  As you said, when opening the terminal, it does briefly show the line `Powershell...
update: Looks like disabling `shellIntegration` seems to be helping, but it comes at a cost of losing command highlighting and autofilling that pwsh 7 has. Still looking for a fix...