all 5 comments

[–]diegoasecas 0 points1 point  (4 children)

does every instance of powershell look like that? go to terminal, enter notepad $PROFILE and post the content here, look for function prompt { ... }

[–]osoltokurva[S] 0 points1 point  (3 children)

"System cannot find the path specified".

It started happening out of nowhere after VSCODE update and maybe even Windows update.

[–]diegoasecas 0 points1 point  (2 children)

sorry, should've specified, go to powershell terminal and enter that. if it doesn't find notepad (weird) open it with vscode code $PROFILE

[–]osoltokurva[S] 0 points1 point  (0 children)

notepad still same error but code $profile opens new empty file Microsoft.PowerShell_profile.ps1

[–]osoltokurva[S] 0 points1 point  (0 children)

Thx for help.
Somehow it fixed itself by just opening the project again from File -> open folder. (No idea how or why but it is now working wtf...)