jzu55
Results
1
comments of
jzu55
Hello, the issue can be fixed by changing your default Powershell Integrated Console to version 7 in vscode settings.json: "terminal.integrated.profiles.windows": { ..... "Powershell 7":{ "path": "C:\\Program Files\\PowerShell\\7\\pwsh.exe", "icon": "terminal-powershell" }...