VSCode: The terminal process failed to launch: A native exception occurred during launch (posix_spawnp failed.)

I get the mentioned error above.

I am on MAC

I tried to restart the VSCode, but I can't run terminal

I used Run and Debug with custom lunch.json to start my code

Upvotes: 0

Views: 3131

Answers (3)

Curt Welch
Curt Welch

Reputation: 1

I was able to fix this just by quitting the terminal app (which closes all terminal windows).

Upvotes: -1

starball
starball

Reputation: 50013

This was raised in issue ticket Integrated terminal won't launch #181521. Someone there said that the issue went away after installed security update 13.3.1(a) and then restarting their machine.

Upvotes: 0

I restarted my computer and now it works :)

Upvotes: 0

Related Questions