C:\Windows\System32\WindowsPowerShell\v1.0\PowerShell.exe"has been terminated,exit code:3221225477
If you're getting terminal error process in your vscode. You can disable the code-runner in terminal via settings.json or you can change the terminal from from powershell to cmd in the intergted terminal settings. or simply add this code in settings.json "terminal.integrated.defaultProfile.windows": "Command Prompt",