Khang Le

Results 4 comments of 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: ![Image](https://github.com/user-attachments/assets/4c6f24dd-f9af-4e8b-a440-133023dbd806) 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...